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
3 changes: 2 additions & 1 deletion 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,7 @@ dependencies:
- pytorch>=1.12.0
- torchvision>=0.13.0
- kornia
- pyceres
- pycolmap
# io
- h5py
Expand Down
56 changes: 56 additions & 0 deletions environment_v2_linux_cpuonly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: gtsfm-v2
channels:
# for priority order, we prefer pytorch as the highest priority as it supplies
# latest stable packages for numerous deep learning based methods. conda-forge
# supplies higher versions of packages like opencv compared to the defaults
# channel.
- pytorch
- conda-forge
dependencies:
# python essentials
- python
- pip
# formatting and dev environment
- black
- coverage
- mypy
- pylint
- pytest
- flake8
- isort
# dask and related
- dask # same as dask[complete] pip distribution
- asyncssh
- python-graphviz
# core functionality and APIs
- matplotlib
- networkx
- numpy
- nodejs
- pandas
- pillow
- scikit-learn
- seaborn
- scipy
- hydra-core
- gtsam
# 3rd party algorithms for different modules
- cpuonly # replacement of cudatoolkit for cpu only machines
- pytorch
- torchvision
- kornia
- pycolmap
- opencv
# io
- h5py
- plotly
- tabulate
- simplejson
- open3d
- colour
- pydot
- trimesh
# testing
- parameterized
# - pip:
# - pydegensac
Loading
Loading