File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11### Installation
22
3- First download coco caption_class_similarity and put it in folder coco/annotations:
3+ First download some meta files needed for COCO and put them in folder coco/annotations:
44```
55wget https://github.com/microsoft/X-Decoder/releases/download/coco/caption_class_similarity.pth
6+ wget https://huggingface.co/xdecoder/X-Decoder/blob/main/captions_train2017_filtrefgumdval_filtvlp.json
7+ wget https://huggingface.co/xdecoder/X-Decoder/blob/main/grounding_train2017_filtrefgumdval_filtvlp.json
8+
69mv caption_class_similarity.pth /path/to/coco/annotations/
10+ mv captions_train2017_filtrefgumdval_filtvlp.json /path/to/coco/annotations/
11+ mv grounding_train2017_filtrefgumdval_filtvlp.json /path/to/coco/annotations/
712```
813
914Single GPU
You can’t perform that action at this time.
0 commit comments