nerfstudio: Colmap binary link in Colab is invalid
Describe the bug Colmap fails to install because the gdrive binary link is unavailable.
To Reproduce Steps to reproduce the behavior:
- Go to the colab page
- Run
Install Nerfstudio and Dependencies (~8 min) - See error when downloading colmap from this link
Expected behavior Colmap installing successfully
About this issue
- Original URL
- State: open
- Created 10 months ago
- Reactions: 1
- Comments: 21 (6 by maintainers)
Follow this process. It works for me.
First install conda in colab executing that:
!pip install -q condacolabimport condacolabcondacolab.install()After That run this:
!conda install -c conda-forge colmapMake sure that colmap works by running.
!colmap -hThis does install colmap, but this version of it does not generate the
transforms.jsonfile inside thedata/nerfstudio/custom_datafolder:Perhaps there’s an argument that you need to pass to colmap to generate it now? What was the colmap version that was in the google drive link?
Edit: Actually there is still an issue with installation after this, let me look into it further and update soon.
Can you try replacing that link with this: https://drive.google.com/file/d/1HfqTvVEmryU-W9zUFvRYoPsRQqnOD7ta&confirm=t
same, any solution?