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
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]".
The text was updated successfully, but these errors were encountered:
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]".
The text was updated successfully, but these errors were encountered: