You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: