Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

FileNotFoundError: [WinError 2] #74

@IMUrFaher

Description

@IMUrFaher

**** 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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions