Update INSTALL.md

pull/40/head
Junfeng Wu 2024-03-30 23:36:09 +08:00 committed by GitHub
parent 68c003f61f
commit 0d2678e1e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -27,8 +27,13 @@ pip3 install git+https://github.com/wjf5203/cocoapi.git#"egg=pycocotools&subdire
# Download pretrained Language Model (CLIP text encoder from transformers)
wget -P projects/GLEE/clip_vit_base_patch32/ https://huggingface.co/spaces/Junfeng5/GLEE_demo/resolve/main/GLEE/clip_vit_base_patch32/pytorch_model.bin
# compile Deformable DETR
cd projects/GLEE/glee/models/pixel_decoder/ops/
python3 setup.py build install --user
```
```