Skip to content

Commit

Permalink
fix the pyceres version
Browse files Browse the repository at this point in the history
  • Loading branch information
jytime authored Jan 3, 2025
1 parent 4eb6fae commit 2ea29c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ea29c2

Please sign in to comment.