-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Description
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'
Metadata
Metadata
Assignees
Labels
No labels