Open OstrichThinking opened 1 year ago
Current visualization can not show confidence scores. You can implement it at https://github.com/open-mmlab/mmocr/blob/689ecf0f5fca20975131e0c30552ebbfe526bddb/mmocr/visualization/textdet_visualizer.py#L66 by adding score parameter and drawing score text
What is the feature?
The confidence scores of detection results can help us analyze the performance of the model.
Any other context?
No response