Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 840 Bytes

README.md

File metadata and controls

27 lines (26 loc) · 840 Bytes

Introduction

A brief training log is in the logs and codes.pdf file. The full training log is in the logs folder.

Todo

  • The codes and models will be available soon.
  • The chekpoint files are available soon.

Result

CTW1500

Method Precision(%) Recall(%) F-measure(%)
DBNet++ 87.9 82.8 85.3
QCAM 89.6 81.6 85.4
ACTM 86.5 84.3 85.4

Total-Text

Method Precision(%) Recall(%) F-measure(%)
DBNet++ 88.9 83.2 86.0
QCAM 90.6 85.0 87.7
ACTM 89.4 85.6 87.5

ICDAR2015

Method Precision(%) Recall(%) F-measure(%)
DBNet++ 90.9 83.9 87.3
QCAM 92.0 83.6 87.6
ACTM 90.0 85.0 87.4

Acknowledgement

Our code is developed based on MMOCR and DBNet++. We thank the awesome work provided by MMOCR and DBNet++.