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

Move open3d to from pip to config dependency and remove duplicate pycolmap dependency #809

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ayushbaid
Copy link
Contributor

The existing config failed for me because of open3d. Using the conda install worked better for me on my mac (M2 silicon)

- opencv-python>=4.5.4.58 # pypi has a more recent distribution than conda-forge
- pydegensac
- colour
- trimesh[easy]
- pycolmap>=0.1.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pycolmap is already configured on line 51.

Comment on lines +34 to +35
mamba env create -f environment_linux.yml
mamba activate gtsfm-v1 # you may need "source activate gtsfm-v1" depending upon your bash and conda set-up
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we changing to mamba?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants