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
Traceback (most recent call last):
File "tools/test.py", line 127, in
main()
File "tools/test.py", line 75, in main
dataset = obj_from_dict(cfg.data.test, datasets, dict(test_mode=True))
File "/home/wds/anaconda3/lib/python3.7/site-packages/mmcv/runner/utils.py", line 81, in obj_from_dict
return obj_type(**args)
TypeError: init() got an unexpected keyword argument 'img_scale'
The text was updated successfully, but these errors were encountered:
When I was running this code, I encountered the following error. How can I solve it? Thanks!
RuntimeError: Error(s) in loading state_dict for ResNet:
Unexpected key(s) in state_dict: "epoch", "state_dict", "acc", "best_acc", "optimizer".
When I was running the python tools/test.py script, I encountered the following error. How can I solve it? Thanks!
$ python tools/test.py local_configs/cascade_rcnn_r50_fpn_20e.py checkpoints/cascade_rcnn_fpn_20e_old_resnet50.pth
Traceback (most recent call last):
File "tools/test.py", line 127, in
main()
File "tools/test.py", line 75, in main
dataset = obj_from_dict(cfg.data.test, datasets, dict(test_mode=True))
File "/home/wds/anaconda3/lib/python3.7/site-packages/mmcv/runner/utils.py", line 81, in obj_from_dict
return obj_type(**args)
TypeError: init() got an unexpected keyword argument 'img_scale'
The text was updated successfully, but these errors were encountered: