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

No such file or directory: 'colmap' #65

Open
mrxRunwuxiwusheng opened this issue Mar 4, 2022 · 2 comments
Open

No such file or directory: 'colmap' #65

mrxRunwuxiwusheng opened this issue Mar 4, 2022 · 2 comments

Comments

@mrxRunwuxiwusheng
Copy link

I only run "python imgs2poses.py data/testscene", but got error as:
File "/home/marunxin/src/LLFF-master/llff/poses/colmap_wrapper.py", line 35, in run_colmap feat_output = ( subprocess.check_output(feature_extractor_args, universal_newlines=True) ) File "/home/marunxin/anaconda3/envs/nerf/lib/python3.7/subprocess.py", line 411, in check_output **kwargs).stdout File "/home/marunxin/anaconda3/envs/nerf/lib/python3.7/subprocess.py", line 488, in run with Popen(*popenargs, **kwargs) as process: File "/home/marunxin/anaconda3/envs/nerf/lib/python3.7/subprocess.py", line 800, in __init__ restore_signals, start_new_session) File "/home/marunxin/anaconda3/envs/nerf/lib/python3.7/subprocess.py", line 1551, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'colmap': 'colmap'
Is there any error step?

@SPieterG
Copy link

SPieterG commented Apr 9, 2022

I also encountered this issue, in order to fix it make sure to have colmap installed:
https://colmap.github.io/install.html

On ubuntu I was able to install it using sudo apt-get install colmap

@ds22058
Copy link

ds22058 commented May 6, 2023

@SPieterG Hi, I use sudo apt-get install colmap but get error as 'E: Unable to locate package colmap'. Do you know how to solve this error. Thanks in advance

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

No branches or pull requests

3 participants