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
I trained the model on dota, but when I try to test it it throws this error.
Traceback (most recent call last):
File "tools/test.py", line 236, in
main()
File "tools/test.py", line 181, in main
checkpoint = load_checkpoint(model, args.checkpoint, map_location='cpu')
File "/usr/local/lib/python3.7/site-packages/mmcv/runner/checkpoint.py", line 171, in load_checkpoint
raise IOError('{} is not a checkpoint file'.format(filename))
OSError: work_dirs/epoch_12.pth is not a checkpoint file
The text was updated successfully, but these errors were encountered:
I trained the model on dota, but when I try to test it it throws this error.
Traceback (most recent call last):
File "tools/test.py", line 236, in
main()
File "tools/test.py", line 181, in main
checkpoint = load_checkpoint(model, args.checkpoint, map_location='cpu')
File "/usr/local/lib/python3.7/site-packages/mmcv/runner/checkpoint.py", line 171, in load_checkpoint
raise IOError('{} is not a checkpoint file'.format(filename))
OSError: work_dirs/epoch_12.pth is not a checkpoint file
The text was updated successfully, but these errors were encountered: