zju3dv / manhattan_sdf

Code for "Neural 3D Scene Reconstruction with the Manhattan-world Assumption" CVPR 2022 Oral
https://zju3dv.github.io/manhattan_sdf/
Other
500 stars 35 forks source link

Error: No such file or directory: 'configs/default.yaml (VSCode) #17

Closed YuanZhijie closed 2 years ago

YuanZhijie commented 2 years ago

When I try to replicate in VScode

[Running] python -u "f:\Code\Code04_0617_Manhattan-SDF\manhattan_sdf-1\run.py" Traceback (most recent call last): File "f:\Code\Code04_0617_Manhattan-SDF\manhattan_sdf-1\run.py", line 1, in from lib.config import args, cfg File "f:\Code\Code04_0617_Manhattan-SDF\manhattan_sdf-1\lib\config__init__.py", line 1, in from .config import cfg, args File "f:\Code\Code04_0617_Manhattan-SDF\manhattan_sdf-1\lib\config\config.py", line 105, in cfg = make_cfg(args) File "f:\Code\Code04_0617_Manhattan-SDF\manhattan_sdf-1\lib\config\config.py", line 87, in make_cfg cfg.merge_from_file(args.cfg_file) File "f:\Code\Code04_0617_Manhattan-SDF\manhattan_sdf-1\lib\config\yacs.py", line 169, in merge_from_file with open(cfg_filename, "r") as f: FileNotFoundError: [Errno 2] No such file or directory: 'configs/default.yaml'

How should I solve this problem?

ghy0324 commented 2 years ago

Command line arguments are missed. Please refer to the usage.