Weakly-Supervised-3DOD / download_models.sh
AndreasLH's picture
upload repo
56bd2b5
raw
history blame contribute delete
399 Bytes
# git clone https://github.com/IDEA-Research/GroundingDINO.git
# pip install -e . --user
cd GroundingDINO/
mkdir weights
cd weights
wget https://github.com/IDEA-Research/GroundingDINO/releases/download/v0.1.0-alpha/groundingdino_swint_ogc.pth
cd ..
cd sam-hq
wget https://huggingface.co/lkeab/hq-sam/resolve/main/sam_hq_vit_tiny.pth -O sam_hq_vit_tiny.pth
cd ..
cd depth
./download_models.sh
cd ..