-
Notifications
You must be signed in to change notification settings - Fork 754
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
Performance of PAN in Total-text #526
Comments
ping @jeffreykuang |
Is there a problem with the official generated code of Total-Text? I used the same settings as in the paper, have you conducted relevant experiments? |
By "official generated code", do you mean the conversion script? https://github.com/open-mmlab/mmocr/blob/main/tools/data/textdet/totaltext_converter.py I think it's a quite straightforward script so it's less likely a data conversion problem. The reason is unclear to us as we haven't conducted experiments on TotalText. It would be great if you could share more information, including
|
I didn't conduct comparative experiments on total text. I did experiments on icdar15 or icdar17. I suggest you to check the pretrained model used in the paper. |
I followed https://github.com/open-mmlab/mmocr/blob/main/tools/data/textdet/totaltext_converter.py to generate the Total-Text dataset (1) Here is my config file I used to train PANet: (2) Here is my log file of training: The highest Hmean score in my experiments is 0.784, while is 83.5 in the original paper. |
I just used resnet18 without syntxt to train the model, but the final result was terrible. |
As for our experimental results, you can check https://github.com/open-mmlab/mmocr/blob/main/configs/textdet/panet/README.md. For text detection, we found the following aspects are very important:
|
In fact, in the official implementations of PAN, the config files of total-text and CTW1500 are exactly the same, so I just directly used your CTW config file in https://github.com/open-mmlab/mmocr/blob/main/configs/textdet/panet/README.md for training, but the result is really bad. |
Hi, thanks for your great job.
I run the script and get the H-mean of PAN in Total-text. I find my H-mean is about 0.73, while it is 0.835 in the original paper, without pre-training.
Are the experiment settings different between them?
The text was updated successfully, but these errors were encountered: