-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fixing colmap installation to use apt-get since gdown on the URL unable to download colmap #2823
fixing colmap installation to use apt-get since gdown on the URL unable to download colmap #2823
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!!
I think that the |
Will definitely do! |
I think for now if it patches the issue (which it seem to do), can be merged in main. I personally didn't run into problems with |
Sounds good! I think missing GPU support in |
I would recommend benchmarking, as my recollection of colmap non-GPU on larger datasets was... significantly slower execution. |
…le to download colmap (nerfstudio-project#2823) fixing colmap installation to use apt-get since gdown on the URL was failing
in the demo colab notebook,
gdown
is unable to installcolmap
because the gdrive link is not sharable or not available.This issue is also mentioned here:
!conda install -c conda-forge colmap
will raise aPackagesNotFoundError
.PackagesNotFoundError
and then the runtime always crashes/restartsTo download colmap, using
apt-get
solved these issues and allowed me to process my data in the following cell - it is a quick one-line and it takes about 4minutes 16seconds to install nerfstudio and its dependencies