UX-Decoder / LLaVA-Grounding

Apache License 2.0
341 stars 13 forks source link

Can not find files like 'coco/annotations/instances_train2017_refcoco.json' and 'coco/annotations/grounding_train2017_instruct.json'. #12

Open gkw0010 opened 8 months ago

gkw0010 commented 8 months ago

Dear Authors, I admire your work very much. But I found some problems in the process of reproduction.

LLaVA-Grounding/datasets_os/registration/register_coco_instruct_grounding_dataset.py: 33 "coco_interactive_refcoco": ( "coco/train2017", # image_root "coco/annotations/instances_train2017_refcoco.json", # annot_root "coco/annotations/grounding_train2017_instruct.json",

I can not find the last two json files. Could you share how to download or generate them?

juxingyiwan commented 7 months ago

I didn't find the two json files either.