File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
### Installation
2
2
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:
4
4
```
5
5
wget 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
+
6
9
mv 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/
7
12
```
8
13
9
14
Single GPU
You can’t perform that action at this time.
0 commit comments