From 168f6fe90116ffa6cfad20791875ec572c3c47d4 Mon Sep 17 00:00:00 2001 From: Gengshan Yang Date: Sat, 27 Apr 2024 20:25:33 -0400 Subject: [PATCH] Update install-deps.sh --- scripts/install-deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install-deps.sh b/scripts/install-deps.sh index 15c3e4e..5426efa 100644 --- a/scripts/install-deps.sh +++ b/scripts/install-deps.sh @@ -1,6 +1,6 @@ mim install mmcv -(cd lab4d/third_party/quaternion && pip install .) +(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 @@ -8,4 +8,4 @@ wget https://www.dropbox.com/s/bgsodsnnbxdoza3/vcn_rob.pth -O ./preprocess/third wget https://www.dropbox.com/s/51cjzo8zgz966t5/human.pth -O preprocess/third_party/viewpoint/human.pth -wget https://www.dropbox.com/s/1464pg6c9ce8rve/quad.pth -O preprocess/third_party/viewpoint/quad.pth \ No newline at end of file +wget https://www.dropbox.com/s/1464pg6c9ce8rve/quad.pth -O preprocess/third_party/viewpoint/quad.pth