yu20103983 / FOTS

FOTS tensorflow implementation, Include train and test, EAST+Rotate+CRNN. FOTS: Fast Oriented Text Spotting with a Unified Network
89 stars 35 forks source link

FOTS: Fast Oriented Text Spotting with a Unified Network

Introduction

Do text detect and OCR in an entire End-to-End model

All detect and OCR modules have been tested!

Installation

Train

python2 multigpu_train.py [gpu_list]

You should give the path to the dataset labeled in ICDAR format in file 'FOTS/dataset/dataReader.py'

Test

call FOTS_testModel()

Author

Call me yufeng_yu@sina.com

From @SF.Tech