Combine Text Detection with Classification from MMClassification #1810
Unanswered
yCobanoglu
asked this question in
Q&A
Replies: 1 comment
-
Sure - it's straightforward. While we haven't added such a section to the docs, you can refer to MMDet's docs for now. Another example you may be interested in is Mask R-CNN, where we use MMDetWrapper that wraps around MMDet's detection model and fits it to text detection context. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a straight forward way to combine these two ? Similr to the decoder, encoder architecture maybe but i would have to be able to use MMClassification Models in my configuration file. I have looked into the docs and code but i am unsure if should try to make it work within MMOCRs framework (i need it for evaluation the models are trained seperately) or if i should code my own evaluation.
Beta Was this translation helpful? Give feedback.
All reactions