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
Hi
There are some problems where I run train.py and test.py
$ python train.py --training_instance model1
Loading data!
Traceback (most recent call last):
File "train.py", line 47, in <module>
main()
File "train.py", line 35, in main
shuffle=True)
File "/home/xuhaidong/EV-FlowNet/src/data_loader.py", line 206, in get_loader
sequence)
File "/home/xuhaidong/EV-FlowNet/src/data_loader.py", line 167, in read_file_paths
num_ima_file = open(os.path.join(data_folder_path, bag_name, 'n_images.txt'), 'r')
IOError: [Errno 2] No such file or directory: '/mnt/data/mvsec/outdoor_day2/n_images.txt'
$ python test.py --training_instance ev-flownet --test_sequence outdoor_day1
Loading data!
Traceback (most recent call last):
File "test.py", line 248, in <module>
main()
File "test.py", line 232, in main
count_only=args.count_only)
File "/home/xuhaidong/EV-FlowNet/src/data_loader.py", line 206, in get_loader
sequence)
File "/home/xuhaidong/EV-FlowNet/src/data_loader.py", line 167, in read_file_paths
num_ima_file = open(os.path.join(data_folder_path, bag_name, 'n_images.txt'), 'r')
IOError: [Errno 2] No such file or directory: '/mnt/data/mvsec/outdoor_day1/n_images.txt'
There is a missing file n_images.txt.How to achieve the n_images.txt?
The text was updated successfully, but these errors were encountered:
Hi
There are some problems where I run train.py and test.py
There is a missing file n_images.txt.How to achieve the n_images.txt?
The text was updated successfully, but these errors were encountered: