Spaces:
Sleeping
Sleeping
File size: 399 Bytes
56bd2b5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# 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 .. |