Skip to content

Commit 8b0d5a4

Browse files
authored
Update TRAIN.md
1 parent 6920a97 commit 8b0d5a4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

asset/TRAIN.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
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
```
55
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+
69
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/
712
```
813

914
Single GPU

0 commit comments

Comments
 (0)