Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fnzhan/Real-time-Scene-Text-Detection-and-Recognition-System

End-to-end pipeline for real-time scene text detection and recognition.
https://github.com/fnzhan/Real-time-Scene-Text-Detection-and-Recognition-System

scene-text-detection scene-text-recognition

Last synced: 10 days ago
JSON representation

End-to-end pipeline for real-time scene text detection and recognition.

Awesome Lists containing this project

README

        

# Real-time-Scene-Text-Detection-and-Recognition-System
End-to-end pipeline for real-time scene text detection and recognition.

[EAST](https://github.com/argman/EAST) is employed for the detection model, [CRNN](https://github.com/meijieru/crnn.pytorch) is employed for the recognition model.

# Installation
Please follow the installation guided of [EAST](https://github.com/argman/EAST) and [CRNN](https://github.com/meijieru/crnn.pytorch).

Download pre-trained EAST model from https://drive.google.com/file/d/0B3APw5BZJ67ETHNPaU9xUkVoV0U/view and put it in EAST/result.

Download pre-trained CRNN model from https://www.dropbox.com/s/dboqjk20qjkpta3/crnn.pth?dl=0 and put it in crnn/samples.

# Inference
Run the command:
````bash
cd EAST
bash eval.sh
````

# Screenshot
![image](https://github.com/fnzhan/Real-time-Scene-Text-Detection-and-Recognition-System/blob/master/screenshot.png)

# Video
Here is the full video of the real time system: https://youtu.be/1zvteqaU4h4