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

Maybe there is some wrong code comments? #536

Open
gama-ray opened this issue Oct 18, 2023 · 0 comments
Open

Maybe there is some wrong code comments? #536

gama-ray opened this issue Oct 18, 2023 · 0 comments

Comments

@gama-ray
Copy link

gama-ray commented Oct 18, 2023

In the [tests/test_data/test_dataset/test_cocodataset.py line 11] with "# [w,h]" , according to my debug detail, one picture with shape (width=4000,height=3000), after data processing, it returns the data that is with the shape 3 x 240 x 320 (3, height, width).
so I think the comment "# [w,h]" should be "# [h,w]".

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

1 participant