-
Notifications
You must be signed in to change notification settings - Fork 58
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
The question of how to install colmap #19
Comments
It means that we modify the original COLMAP and update some functions. When you "git clone --recursive [email protected]:weiyithu/NerfingMVS.git", you have already downloaded our version's COLMAP. However, what you download is the source code and you need to compile it following https://colmap.github.io/install.html. Notice that do not run 'git clone https://github.com/colmap/colmap.git' and 'git checkout dev' since these two commands will cover the colmap folder. You may refer to #15 . |
Thanks a lot,I'll try later. |
Sorry but,when I run "make"after "cmake ..",it occurs I dont know what happened. |
Could you provide more details? |
Yeah, it is out of memory. |
okay,I've seen that.thanks a lot,Im sorry for not getting you back for so long.These days I was busy doing my tasks. |
Oh, that's great. |
I also face the same problem. I install colmap for https://github.com/B1ueber2y/colmap.git. But the problem still exists. |
|
I'm sorry to bother you sir.I'm a student interested in your code,but I just don't know how to install it.
Before installing it into colmap folder,should I add
into it first?And then just follow the basic step to install the colmap into it without covering these files?I just don't understand what "do not cover colmap folder with the original version" and "we add masks to COLMAP and denote it as a submodule"means.I'm so looking forward to your reply.
The text was updated successfully, but these errors were encountered: