Hi, I encounter an error using videos.py as followed:
python videos.py --data output/bicycle_lseg/ --fps 10 -f lseg --iteration 7000
Traceback (most recent call last):
File "videos.py", line 97, in
main(args)
File "videos.py", line 59, in main
for res_dir in os.listdir(os.path.join(args.data, "novel_views")):
FileNotFoundError: [Errno 2] No such file or directory: 'output/bicycle_lseg/novel_views'
Hi, I encounter an error using videos.py as followed:
python videos.py --data output/bicycle_lseg/ --fps 10 -f lseg --iteration 7000 Traceback (most recent call last): File "videos.py", line 97, in
main(args)
File "videos.py", line 59, in main
for res_dir in os.listdir(os.path.join(args.data, "novel_views")):
FileNotFoundError: [Errno 2] No such file or directory: 'output/bicycle_lseg/novel_views'
Wondering how to get novel views?