From 7e0c282cfc0640dfef657988d9391edfae364b4b Mon Sep 17 00:00:00 2001 From: Gengshan Yang Date: Wed, 3 Jul 2024 12:57:55 -0400 Subject: [PATCH] Update download link in install-deps.sh --- scripts/install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-deps.sh b/scripts/install-deps.sh index 5426efa..315e3cc 100644 --- a/scripts/install-deps.sh +++ b/scripts/install-deps.sh @@ -2,7 +2,7 @@ mim install mmcv (cd lab4d/third_party/quaternion && CUDA_HOME=$CONDA_PREFIX pip install .) -mkdir ./preprocess/third_party/Track-Anything/checkpoints; gdown --fuzzy https://drive.google.com/uc?id=10wGdKSUOie0XmCr8SQ2A2FeDe-mfn5w3 -O ./preprocess/third_party/Track-Anything/checkpoints/E2FGVI-HQ-CVPR22.pth +mkdir ./preprocess/third_party/Track-Anything/checkpoints; wget "https://www.dropbox.com/scl/fi/o86gx6zn27b494m937n2i/E2FGVI-HQ-CVPR22.pth?rlkey=j15ue65ryy8jb1mvn2htf0jtk&st=t4zyl5jk&dl=0" -O ./preprocess/third_party/Track-Anything/checkpoints/E2FGVI-HQ-CVPR22.pth wget https://www.dropbox.com/s/bgsodsnnbxdoza3/vcn_rob.pth -O ./preprocess/third_party/vcnplus/vcn_rob.pth