bytedance / coconut_cvpr2024

Apache License 2.0
150 stars 6 forks source link

No such file or directory: 'datasets/coco/annotations/panoptic_val2017.json' #17

Closed paulxiongfree closed 3 months ago

paulxiongfree commented 5 months ago

got this when trying to follow semantic segmentation toturial, couldn't find panoptic_val2017.json anywhere

xdeng7 commented 5 months ago

got this when trying to follow semantic segmentation toturial, couldn't find panoptic_val2017.json anywhere

you need to export the dataset path for detectron2 when using the convertion script. export DETECTRON2_DATASETS=$YOUR DATASET_PATH

paulxiongfree commented 4 months ago

I solved this issue by downloading annotation file at https://cocodataset.org/#download