Skip to content

This repository detects texts presesnt in images using EAST algorithm implemented with OpenCV3.4+

Notifications You must be signed in to change notification settings

ritvik03/EAST-Text-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

EAST-Text-Detection

This repository detects texts presesnt in images using EAST algorithm implemented with OpenCV3.4+ Implementation: Store the model file (frozen_east_text_detection.pb) in the same directory as the text_detection.py and text_detection_video.py

Running Predictions

$ python3 text_detection.py -i [IMAGE ADDRESS] -east [MODEL ADDRESS] -h [HEIGHT (must be multiple of 32)] -w [WIDTH (must be multiple of 32)] Only OpenCV version >3.4.3 is supported (preferably 4) Install OpenCV-contrib module before setting up the project

https://drive.google.com/uc?id=0Bz7KyqmuGsilT0J5dmRCM0ROVHc&export=download

About

This repository detects texts presesnt in images using EAST algorithm implemented with OpenCV3.4+

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages