EAST icon indicating copy to clipboard operation
EAST copied to clipboard

About the F1 score and precision

Open pixixiaonaogou opened this issue 6 years ago • 13 comments

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

pixixiaonaogou avatar Mar 22 '18 02:03 pixixiaonaogou

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

BarryccXu avatar Mar 23 '18 08:03 BarryccXu

there is a script in icdar's website

argman avatar Mar 25 '18 01:03 argman

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

pixixiaonaogou avatar Mar 25 '18 13:03 pixixiaonaogou

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

argman avatar Mar 25 '18 14:03 argman

@argman it is a code or score?

pixixiaonaogou avatar Mar 26 '18 03:03 pixixiaonaogou

@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.

songdejia avatar Aug 29 '18 03:08 songdejia

@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 avatar Apr 03 '19 01:04 scut-salmon

@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=./

scut-salmon avatar Apr 03 '19 02:04 scut-salmon

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?

wanglaotou avatar Aug 07 '19 09:08 wanglaotou

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 res_img#.txt instead of img_#.txt

alexpm94 avatar Sep 17 '19 22:09 alexpm94

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 res_img#.txt instead of img_#.txt

Thanks a lot, I have solved this problem.

wanglaotou avatar Sep 18 '19 00:09 wanglaotou

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

vidkr avatar May 03 '22 17:05 vidkr

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

ehsanro avatar Jul 03 '22 12:07 ehsanro