yu20103983 / FOTS

FOTS tensorflow implementation, Include train and test, EAST+Rotate+CRNN. FOTS: Fast Oriented Text Spotting with a Unified Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • tensorflow
  • opencv

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

About

FOTS tensorflow implementation, Include train and test, EAST+Rotate+CRNN. FOTS: Fast Oriented Text Spotting with a Unified Network


Languages

Language:Python 100.0%