FastMVSNet icon indicating copy to clipboard operation
FastMVSNet copied to clipboard

No such file or directory: 'configs/dtu.yaml'

Open zhao-you-fei opened this issue 4 years ago • 1 comments

python E:\桌面\test\FastMVSNet\fastmvsnet/train.py --cfg configs/dtu.yaml Traceback (most recent call last): File "E:\桌面\test\FastMVSNet\fastmvsnet/train.py", line 293, in main() File "E:\桌面\test\FastMVSNet\fastmvsnet/train.py", line 271, in main cfg = load_cfg_from_file(args.config_file) File "E:\桌面\test\FastMVSNet\fastmvsnet/..\fastmvsnet\config.py", line 163, in load_cfg_from_file with open(configs, "r") as f: FileNotFoundError: [Errno 2] No such file or directory: 'configs/dtu.yaml'

zhao-you-fei avatar Apr 15 '21 02:04 zhao-you-fei

@zhao-you-fei The code is tested on a Linux system. On a Windows system, the format of data path may be different. You may change it youself.

niujinshuchong avatar Apr 19 '21 03:04 niujinshuchong