You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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
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?
The text was updated successfully, but these errors were encountered: