argman / EAST

A tensorflow implementation of EAST text detector
GNU General Public License v3.0
3.02k stars 1.05k forks source link

About the F1 score and precision #122

Open pixixiaonaogou opened 6 years ago

pixixiaonaogou commented 6 years ago

Do you have the code the F1 score code to evaluate your model?

BarryccXu commented 6 years ago

Do you know how to calculate recall and precision for a detection task?

argman commented 6 years ago

there is a script in icdar's website

pixixiaonaogou commented 6 years ago

@argman I could not find it . Could you give me a url?

argman commented 6 years ago

you need first register , when you submit result , you can find it

pixixiaonaogou commented 6 years ago

@argman it is a code or score?

songdejia commented 6 years ago

@argman I can compute F1 score online, but script on the [webset] (http://rrc.cvc.uab.es/?ch=4&com=mymethods&task=1) cant successfully do it. Can you give some advice to figure it out? Thanks in advance.

scut-salmon commented 5 years ago

@argman I can compute F1 score online, but script on the [webset] (http://rrc.cvc.uab.es/?ch=4&com=mymethods&task=1) cant successfully do it. Can you give some advice to figure it out? Thanks in advance.

Hi, have you solve the problem

scut-salmon commented 5 years ago

@argman I can compute F1 score online, but script on the [webset] (http://rrc.cvc.uab.es/?ch=4&com=mymethods&task=1) cant successfully do it. Can you give some advice to figure it out? Thanks in advance.

The problem has been solved and I just pip2 install Polygon2 and use the command python2 script.py -g=gt.zip -s=1_submit.zip -o=./

wanglaotou commented 5 years ago

image I get this error when I run this command:python script.py –g=gt.zip –s=submit_nvlink_0.zip. I check the img_100.txt and it's ok, have someone met this problem or known what is the problem?

alexpm94 commented 5 years ago

image I get this error when I run this command:python script.py –g=gt.zip –s=submit_nvlink_0.zip. I check the img_100.txt and it's ok, have someone met this problem or known what is the problem?

In script, default_evaluation_params(), it expects a name in the form resimg#.txt instead of img#.txt

wanglaotou commented 5 years ago

image I get this error when I run this command:python script.py –g=gt.zip –s=submit_nvlink_0.zip. I check the img_100.txt and it's ok, have someone met this problem or known what is the problem?

In script, default_evaluation_params(), it expects a name in the form resimg#.txt instead of img#.txt

Thanks a lot, I have solved this problem.

vidkr commented 2 years ago

how do find accuracy and how to get false positive,false negative, true positive & true negative scores for the images i pass. Please help me in doing this. Thnak you in advance

ehsanro commented 2 years ago

Hi. did you find out how to get them? thank you