Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add uncertainity aware rotation averaging #771

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
5 changes: 3 additions & 2 deletions environment_linux_cpuonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- asyncssh
- python-graphviz
# core functionality and APIs
- matplotlib==3.4.2
- matplotlib
- networkx
- numpy
- nodejs
Expand All @@ -38,6 +38,8 @@ dependencies:
- pytorch>=1.12.0
- torchvision>=0.13.0
- kornia
- colmap=3.8
- pyceres
# io
- h5py
- plotly=4.14.3
Expand All @@ -50,7 +52,6 @@ dependencies:
- opencv-python>=4.5.4.58
- pydegensac
- colour
- pycolmap>=0.1.0
- trimesh[easy]
- gtsam==4.2
- pydot
Loading