We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a0da8f + 51328b6 commit 32434c2Copy full SHA for 32434c2
asset/INSTALL.md
@@ -8,7 +8,7 @@ pip install git+https://github.com/openai/CLIP.git
8
python -m pip install -r requirements.txt
9
sh install_cococapeval.sh
10
export DATASET=/pth/to/dataset
11
-wget https://huggingface.co/xdecoder/X-Decoder/blob/main/coco_caption.zip
+wget https://huggingface.co/xdecoder/X-Decoder/resolve/main/coco_caption.zip
12
export PATH=$PATH:/pth/to/coco_caption/jre1.8.0_321/bin
13
export PYTHONPATH=$PYTHONPATH:/pth/to/coco_caption
14
-```
+```
0 commit comments