-
Notifications
You must be signed in to change notification settings - Fork 234
FileNotFoundError: [WinError 2] #74
Description
**** COLMAP reconstruction ****
Preparint color input for COLMAP...
colmap feature_extractor --database_path results/ayush\colmap_dense\database.db --image_path results/ayush\color_full --ImageReader.camera_model SIMPLE_PINHOLE --ImageReader.single_camera 1 --ImageReader.camera_params 1671.770118, 540, 960
Traceback (most recent call last):
File "F:\source_code\consistent_depth\main.py", line 13, in
dp.process(params)
File "F:\source_code\consistent_depth\process.py", line 117, in process
return self.pipeline(params)
File "F:\source_code\consistent_depth\process.py", line 62, in pipeline
valid_frames = calibrate_scale(self.video, self.out_dir, frame_range, params)
File "F:\source_code\consistent_depth\scale_calibration.py", line 181, in calibrate_scale
colmap.process(colmap_args)
File "F:\source_code\consistent_depth\tools\colmap_processor.py", line 69, in process
self.extract_features(args)
File "F:\source_code\consistent_depth\tools\colmap_processor.py", line 108, in extract_features
run(cmd)
File "F:\source_code\consistent_depth\tools\colmap_processor.py", line 250, in run
subprocess.run(cmd)
File "C:\Users\Administrator\anaconda3\lib\subprocess.py", line 505, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Users\Administrator\anaconda3\lib\subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\Administrator\anaconda3\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
(base) PS F:\source_code\consistent_depth>