weiyithu / NerfingMVS

[ICCV 2021 Oral] NerfingMVS: Guided Optimization of Neural Radiance Fields for Indoor Multi-view Stereo
MIT License
435 stars 58 forks source link

Issue about install colmap #22

Closed ygjwd12345 closed 2 years ago

ygjwd12345 commented 2 years ago

Hi, I am trying to reproduce your work. However, I face the issue about install col map. image I try to install from official web, conda and https://github.com/B1ueber2y/colmap.git. They all fail to solve the problem. Would you mind to give me some suggestion?

ygjwd12345 commented 2 years ago

When I use git clone https://github.com/weiyithu/NerfingMVS.git. The colmap is empty.

ygjwd12345 commented 2 years ago

When I try use git clone --recursive git@github.com:weiyithu/NerfingMVS.git to get your colmap the error is image

weiyithu commented 2 years ago

I think it may be caused by your git. Do you add SSH keys?

ygjwd12345 commented 2 years ago

thanks so much. I have successfully prepared the environment. by using git clone -b pointvisibility https://github.com/B1ueber2y/colmap.git

ygjwd12345 commented 2 years ago

But I face the same problem as #10. I will try to fix it following your suggestion.

ygjwd12345 commented 2 years ago

For setting environment, I don't face some issue anymore. Thanks a lot. Have a nice holiday.