ying09 / TextFuseNet

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

Evaluating results #102

Open ivand9 opened 1 year ago

ivand9 commented 1 year ago

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

Real-YeJ commented 1 year ago

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