loading pretrained about the class MMDetBackbone #3832
Answered
by
ppwwyyxx
Shuntw6096
asked this question in
Q&A
-
I find the class MMDetBackbone has a keyword argument detectron2/detectron2/modeling/mmdet_wrapper.py Lines 59 to 60 in e9cbe90 because I use SwinTransformer from mmdet , and loading pretrained was implemented in mmdet
|
Beta Was this translation helpful? Give feedback.
Answered by
ppwwyyxx
Dec 30, 2021
Replies: 1 comment
-
You're right. The documentation is for older mmdet and should be removed now. The correct way to initialize is to use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Shuntw6096
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're right. The documentation is for older mmdet and should be removed now. The correct way to initialize is to use
init_cfg
.