Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zhao-you-fei opened this issue Apr 15, 2021 · 1 comment
Open

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

zhao-you-fei opened this issue Apr 15, 2021 · 1 comment

Comments

@zhao-you-fei
Copy link

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'

@niujinshuchong
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants