Update INSTALL.md

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

View File

@ -43,7 +43,7 @@ export PYTHONPATH=$PYTHONPATH:/pth/to/xdecoder_data/coco_caption
**Pretrained Checkpoint**
Pretrained Checkpoint for X-Decoder
X-Decoder:
```sh
# Focal-T UniCL
wget https://huggingface.co/xdecoder/X-Decoder/resolve/main/focalt_in21k_yfcc_gcc_xdecoder_unicl.pt
@ -51,3 +51,20 @@ wget https://huggingface.co/xdecoder/X-Decoder/resolve/main/focalt_in21k_yfcc_gc
# Focal-L UniCL
wget https://huggingface.co/xdecoder/X-Decoder/resolve/main/focall_vision_focalb_lang_unicl.pt
```
SEEM:
```
# Focal-T X-Decoder
wget https://huggingface.co/xdecoder/X-Decoder/resolve/main/xdecoder_focalt_last.pt
# Focal-L X-Decoder
wget https://huggingface.co/xdecoder/X-Decoder/resolve/main/xdecoder_focall_last_oq101.pt
# ViT-B SAM
wget https://dl.fbaipublicfiles.com/segment_anything/sam_vit_b_01ec64.pth
# ViT-L SAM
wget https://dl.fbaipublicfiles.com/segment_anything/sam_vit_l_0b3195.pth
```