-
Notifications
You must be signed in to change notification settings - Fork 537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ICDAR 2013 Test result is not reproducible! #94
Comments
@bado-lee Maybe the metric you used considers as an error the case that the method merges several words into one line. You could upload your results here (http://rrc.cvc.uab.es/?ch=2&com=evaluation&task=1&f=1&e=2) and check the performance. Thank you. |
@tianzhi0549 Thank you very much for your reply :) I was testing with the official test scrip which is
Taking your advice, I've tested with
It's still 2% short. Again, many thanks in advance!! |
@bado-lee Could you please try to upload the results on ICDAR official website (http://rrc.cvc.uab.es)? Thank you very much. |
@tianzhi0549 hello,I use the model you provide to test on the ICDAR2013-2015 Focus Scene Text --text localization.I have modified your code and printed the coordinates that shown in the pictures,and then I submitd my txt files including coordinates of every text line proposal to the server of the competition,but the result is bad,about only 3%-4%,it is unusual,I want to know whether the competition is available to the text line detection,if ont,how do you get your test result.Following picture is my modification in demo.py,please kindly give me some advice ,thanks a lot. |
@bado-lee ,hi, I am doing the same thing as you ,but the result is bad .And I want to know what do you mean by saying "multiplying f to the text_lines result",and what is the meaning of "f". I think maybe I have missed something.Can you kindly give me your reply? Thanks in advance |
@lxx1884896 hi, in original code, output is scaled value. Line 54 in 0ea6ab2
This to be in original image's scale, you need to scale it up as the original as
|
@bado-lee hello,my friend,your solution works for me.Thank you again.^_^ |
hello there, |
Hi,
![image](https://user-images.githubusercontent.com/26222919/37395884-bab7c9e8-27ba-11e8-8869-2ccb021d4354.png)
I'm trying to reproduce what is claimed in the paper.
Which is
However,
What I get is
Calculated!{"recall": 0.7300456621004567, "precision": 0.9147368421052633, "hmean": 0.8120218470647027}
Which is 7% short in F measure.
I'm using the ICDAR Challenge 2 (which is ICDAR2013) Task 1 test set downloaded from the ICDAR website. With your provided weights.
I've used all the codes from this repo and only thing I've modified is to rescale the coordinates into original image's by multiplying f to the text_lines result. And a bit of parsing to be in form of icdar evaluation submission format.
(So, basically I'm using default settings as is if possible unless provided)
Please let me know if there are additional parameters to be tuned or I'm missing something.
Thank you in advance.
The text was updated successfully, but these errors were encountered: