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
CocoDetection() doesn't work using stuff_train2017_pixelmaps with stuff_train2017.json and using stuff_val2017_pixelmaps with stuff_val2017.json as shown below:
FileNotFoundError: [Errno 2] No such file or directory: '/.../data/coco/anns/stuff_trainval2017/stuff_train2017_pixelmaps/000000000009.jpg'
FileNotFoundError: [Errno 2] No such file or directory: '/../data/coco/anns/stuff_trainval2017/stuff_val2017_pixelmaps/000000000139.jpg'
And, CocoDetection() doesn't work using panoptic_train2017 with panoptic_train2017.json and using panoptic_val2017 and panoptic_val2017.json as shown below:
🚀 The feature
CocoDetection() doesn't work using
stuff_train2017_pixelmaps
withstuff_train2017.json
and usingstuff_val2017_pixelmaps
withstuff_val2017.json
as shown below:And,
CocoDetection()
doesn't work usingpanoptic_train2017
withpanoptic_train2017.json
and usingpanoptic_val2017
andpanoptic_val2017.json
as shown below:Motivation, pitch
So,
CocoDetection()
should support for them.Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: