mala-lab / SIC-CADS

Code Implementation of "Simple Image-level Classification Improves Open-vocabulary Object Detection" (AAAI'24)
22 stars 3 forks source link

About the file /instances_train2017_seen_2_oriorder_cat_info.json #4

Closed ZWH0413 closed 7 months ago

ZWH0413 commented 9 months ago

I tried to retrain the MLR moudle and not found the file datasets/coco/zero-shot/instances_train2017_seen_2_oriorder_cat_info.json

Do I miss something needed? Thanks.

wl2002uestc commented 8 months ago

You can try this command: python tools/get_lvis_cat_info.py --ann datasets/coco/zero-shot/instances_train2017_seen_2_oriort.json

ZWH0413 commented 7 months ago

Thanks!