-
Such as: How can I get all choose for "metric"? such as I want to use MR^-2 to evaluation,but I don't if metric has it. And some thing else, how to set to not use the "pretrained" in backbone? |
Beta Was this translation helpful? Give feedback.
Answered by
ZwwWayne
Oct 21, 2022
Replies: 1 comment
-
You can simply set init_cfg=None or pretrained=None in the config. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ZwwWayne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can simply set init_cfg=None or pretrained=None in the config.
For evaluation, it corresponds to the evalhook. It essentially defines the parameters in https://github.com/open-mmlab/mmdetection/blob/master/mmdet/core/evaluation/eval_hooks.py#L26