ying09 / TextFuseNet

A PyTorch implementation of "TextFuseNet: Scene Text Detection with Richer Fused Features".
MIT License
476 stars 123 forks source link

Calculate F-measure, Recall, and Precision #30

Closed animesh-007 closed 3 years ago

animesh-007 commented 3 years ago

Can you guide me on how to calculate F-measure, Recall, and Precision using this code. Do we need to implement it in this implementation?

Real-YeJ commented 3 years ago

@animesh-007 this implementation only generate text contours.for evaluation, please refer to #18