From 0d2678e1e8dbe320d749a4c29e91938f3fe2fd50 Mon Sep 17 00:00:00 2001 From: Junfeng Wu <44546837+wjf5203@users.noreply.github.com> Date: Sat, 30 Mar 2024 23:36:09 +0800 Subject: [PATCH] Update INSTALL.md --- assets/INSTALL.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/INSTALL.md b/assets/INSTALL.md index 941b9b3..ec1fe96 100644 --- a/assets/INSTALL.md +++ b/assets/INSTALL.md @@ -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 -``` \ No newline at end of file +```