ying09 / TextFuseNet

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

Evaluating results #102

Open ivand9 opened 2 years ago

ivand9 commented 2 years ago

Hi, how can I calculate F-measure, Recall, and Precision for my own dataset?

Real-YeJ commented 2 years ago

hey, you can modify the evaluation codes of icdar datasets according to your own dataset.