Yuliang-Liu / bezier_curve_text_spotting

A PyTorch implementation of "ABCNet: Real-time Scene Text Spotting with Adaptive Bezier-Curve Network" (CVPR 2020 oral)
Other
429 stars 72 forks source link

text detection performance results #3

Closed HumanZhong closed 4 years ago

HumanZhong commented 4 years ago

Thanks for your great work and sharing the code. The text detection results are not available on your arxiv paper, so can you provide the text detection results(Recall/Precision/F-measure) on your datasets(CTW1500, Total-Text, etc.) if possible? Thanks a lot.

Yuliang-Liu commented 4 years ago

Hi Zhong,

We find that a better e2e results may cause a worse detection result. Anyway, we will provide that as soon as possible.

ghost commented 4 years ago

@Yuliang-Liu What are the results on icdar2015

Yuliang-Liu commented 4 years ago

We will release our full code in the Adet next week, including the models of CTW1500 and Total-text, the training data we used, evaluation scripts, results of detection, etc. More updates will also be conducted on Adet as well. This repo will not be maintained anymore.

Thanks for your attention.