Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camera Model Parameters #2

Open
Wu-ZW opened this issue Sep 5, 2024 · 1 comment
Open

Camera Model Parameters #2

Wu-ZW opened this issue Sep 5, 2024 · 1 comment

Comments

@Wu-ZW
Copy link

Wu-ZW commented Sep 5, 2024

image
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)

@TerboucheHacene
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants