You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the parameters resolution_height and resolution_width represent the height and width of image ?
in main.py, the values of above is 3040(height),4056(width)
The text was updated successfully, but these errors were encountered:
Thank you for pointing that out! You're correct that resolution_height and resolution_width should represent the height and width of the image, respectively. However, in the current implementation of main.py, these values are indeed swapped, with 3040 being assigned to resolution_height and 4056 to resolution_width.
the parameters resolution_height and resolution_width represent the height and width of image ?
in main.py, the values of above is 3040(height),4056(width)
The text was updated successfully, but these errors were encountered: