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
File "/content/anomaly_detection_under_varying_visibility/future_frame_pred/train_own.py", line 56, in
train_cfg.gt = np.load('/project/bo/anomaly_data/Avenue/gt_label.npy', allow_pickle=True)
File "/usr/local/lib/python3.7/dist-packages/numpy/lib/npyio.py", line 416, in load
fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: '/project/bo/anomaly_data/Avenue/gt_label.npy'
Traceback (most recent call last):
File "/content/anomaly_detection_under_varying_visibility/future_frame_pred/train_own.py", line 80, in
flow_net.load_state_dict(torch.load('models/liteFlownet/network-default.pytorch'))
File "/usr/local/lib/python3.7/dist-packages/torch/serialization.py", line 579, in load
with _open_file_like(f, 'rb') as opened_file:
File "/usr/local/lib/python3.7/dist-packages/torch/serialization.py", line 230, in _open_file_like
return _open_file(name_or_buffer, mode)
File "/usr/local/lib/python3.7/dist-packages/torch/serialization.py", line 211, in init
super(_open_file, self).init(open(name, mode))
FileNotFoundError: [Errno 2] No such file or directory: 'models/liteFlownet/network-default.pytorch'
Hello Lyn i am getting above errors while executing train_own.py script could you please help me thanks in advance
The text was updated successfully, but these errors were encountered:
saikumarkethi
changed the title
No File "network-default.pytorch" in models folder
No File "gt_label.npy" ,"network-default.pytorch" in models folder
Mar 20, 2021
File "/content/anomaly_detection_under_varying_visibility/future_frame_pred/train_own.py", line 56, in
train_cfg.gt = np.load('/project/bo/anomaly_data/Avenue/gt_label.npy', allow_pickle=True)
File "/usr/local/lib/python3.7/dist-packages/numpy/lib/npyio.py", line 416, in load
fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: '/project/bo/anomaly_data/Avenue/gt_label.npy'
Traceback (most recent call last):
File "/content/anomaly_detection_under_varying_visibility/future_frame_pred/train_own.py", line 80, in
flow_net.load_state_dict(torch.load('models/liteFlownet/network-default.pytorch'))
File "/usr/local/lib/python3.7/dist-packages/torch/serialization.py", line 579, in load
with _open_file_like(f, 'rb') as opened_file:
File "/usr/local/lib/python3.7/dist-packages/torch/serialization.py", line 230, in _open_file_like
return _open_file(name_or_buffer, mode)
File "/usr/local/lib/python3.7/dist-packages/torch/serialization.py", line 211, in init
super(_open_file, self).init(open(name, mode))
FileNotFoundError: [Errno 2] No such file or directory: 'models/liteFlownet/network-default.pytorch'
Hello Lyn i am getting above errors while executing train_own.py script could you please help me thanks in advance
The text was updated successfully, but these errors were encountered: