From 2ea29c2743c22385eb13342872a7f103e8c858e1 Mon Sep 17 00:00:00 2001 From: Jianyuan Wang <37647961+jytime@users.noreply.github.com> Date: Fri, 3 Jan 2025 13:01:26 +0000 Subject: [PATCH] fix the pyceres version --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8385f87..e7d6dec 100644 --- a/install.sh +++ b/install.sh @@ -38,7 +38,8 @@ cd ../../ pip install numpy==1.26.3 # Ensure the version of pycolmap is 3.10.0 -pip install pycolmap==3.10.0 pyceres +pip install pycolmap==3.10.0 +pip install pyceres==2.3 # (Optional) Install poselib pip install poselib==2.0.2