Maybe there is some wrong code comments?
gama-ray opened this issue · 0 comments
gama-ray commented
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]".