Skip to content

how to add classes prediction #1478

Answered by gaotongxiao
WuChannn asked this question in Q&A
Discussion options

You must be logged in to vote

MMOCR assumes the number of classes to be always one, and therefore it won't even be considering the object labels during evaluation.

It's actually straightforward to use MMDetection's maskrcnn, as MMOCR's is adapted from theirs. And their evaluation metric considers multiple labels as well.

https://github.com/open-mmlab/mmdetection/tree/3.x/configs/mask_rcnn

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by gaotongxiao
Comment options

You must be logged in to vote
2 replies
@gaotongxiao
Comment options

@WuChannn
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants