From 57d644416cd31038c5dacc883b9136e2a609f029 Mon Sep 17 00:00:00 2001 From: Jianyuan Wang <37647961+jytime@users.noreply.github.com> Date: Mon, 18 Dec 2023 22:28:29 +0800 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7297cf4..27a39f2 100644 --- a/install.sh +++ b/install.sh @@ -25,7 +25,7 @@ conda install pytorch3d -c pytorch3d # Install pip packages pip install hydra-core --upgrade -pip install omegaconf opencv-python einops visdom +pip install omegaconf opencv-python einops visdom accelerate # Install HLoc for extracting 2D matches (optional if GGS is not needed) git clone --recursive https://github.com/cvg/Hierarchical-Localization.git dependency/hloc