-
Hi, can I check if there are any guidelines or support for the backwards compatibility of models trained with mmdet v3 (with mmengine)? Meaning taking these model weights and loading it in a mmdet v2 environment for inference. Any ways for conversion? |
Beta Was this translation helpful? Give feedback.
Answered by
levan92
Sep 22, 2022
Replies: 1 comment
-
Okay, simply installing |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
levan92
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay, simply installing
mmengine
in the same python environment, allowed me to load models trained with mmdet v3 and infer wit hthem. Hope I'm not missing any thing/details.