Spaces:
Sleeping
Sleeping
# 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 .. |