Evaluation of Self Supervised Pre training Model: "Detecting" Problems in Downstream Tasks #594
Unanswered
majintao1994
asked this question in
How-to
Replies: 2 comments
-
Hi, could you please provide more information? like command, package version, etc. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
It looks like your mmdetection is outdated |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After I have extracted the weights of the pre training model, I need to ask the following questions when using this backone.pth to train the downstream detection tasks. What's wrong? Thank you
error:
Traceback (most recent call last):
File "/home/work/mmselftest/mmself/tools/train.py", line 187, in
main()
File "/home/work/mmselftest/mmself/tools/train.py", line 161, in main
test_cfg=cfg.get('test_cfg'))
File "/home/work/mmselftest/mmself/mmdet/models/builder.py", line 77, in build_detector
return build(cfg, DETECTORS, dict(train_cfg=train_cfg, test_cfg=test_cfg))
File "/home/work/mmselftest/mmself/mmdet/models/builder.py", line 34, in build
return build_from_cfg(cfg, registry, default_args)
File "/home/ty/anaconda3/envs/trt2/lib/python3.7/site-packages/mmcv/utils/registry.py", line 182, in build_from_cfg
raise type(e)(f'{obj_cls.name}: {e}')
TypeError: FasterRCNN: ResNet: init() got an unexpected keyword argument 'init_cfg'
my config file;
Beta Was this translation helpful? Give feedback.
All reactions