Skip to content

themechanicalcoder/REAL-Time-Scene-Text-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

REAL-Time-Scene-Text-Recognition

It uses the camera to take the video and recognises the text within it. For detecting the text I have used EAST Text detector and CRNN for Text Recognition. The interesting part about the project is that it uses only OpenCV for and does not use any other Deep Learning framework like Tensorflow or Pytorch to run. But how is that possible? Well, I used trained EAST Text Detection and CRNN models (trained in Tensorflow and Pytorch respectively) and converted them to frozen graphs and ONNX models respectively so that they can be used directly by OpenCV.

IMAGE ALT TEXT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages