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 line 74 of voc_dataset.py, you useimage = image[:, :, ::-1] to convert images from BGR to RGB,
but in line 192 (TestSet), you don't convert the images from BGR to RGB.
I wonder why the TestSet doesn't need it.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi authors,
In line 74 of voc_dataset.py, you use
image = image[:, :, ::-1]
to convert images from BGR to RGB,but in line 192 (TestSet), you don't convert the images from BGR to RGB.
I wonder why the TestSet doesn't need it.
Thanks!
The text was updated successfully, but these errors were encountered: