Update INSTALL.md

pull/139/head
Xueyan Zou 2023-10-04 22:08:57 -05:00 committed by GitHub
parent e10781c1c2
commit 87ed3c2cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -42,3 +42,12 @@ export PYTHONPATH=$PYTHONPATH:/pth/to/xdecoder_data/coco_caption
```
**Pretrained Checkpoint**
Pretrained Checkpoint for X-Decoder
```sh
# Focal-T UniCL
wget https://huggingface.co/xdecoder/X-Decoder/resolve/main/focalt_in21k_yfcc_gcc_xdecoder_unicl.pt
# Focal-L UniCL
wget https://huggingface.co/xdecoder/X-Decoder/resolve/main/focall_vision_focalb_lang_unicl.pt
```