-
Notifications
You must be signed in to change notification settings - Fork 1
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
why set image_width = 1280 and image_height = 720? #7
Comments
Thank you for your interest. |
Hello, and thank you for your outstanding work. I have a question related to this issue, specifically concerning this part CAFE_codebase/models/models.py Line 26 in caee21a
I notice that Could you please clarify how the original import statement ( Thank you for your assistance. |
Hi, |
Great jobs!!
The image in dataset is 19201080, why set image_width = 1280 and image_height = 720 in this code?
I tried it and the effect was very poor when using other resolutions (e.g., when I set to 224224, the accuracy is 0). Can you tell me which parameters need to be modified if using other resolutions?
The text was updated successfully, but these errors were encountered: