Skip to content

flixstn/EAST-Text-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EAST: An Efficient and Accurate Scene Text Detector

This is a Rust implementation of EAST: An Efficient and Accurate Scene Text Detector with OpenCV.

Installation

Run

The program takes two arguments as input:

  1. --file image_file
  2. --weights frozen_east.pb

Use shell script to or download weights from EAST .pb file

cargo run -- --file path/to/file --weights path/to/weights.pb

About

A Rust implementation of the EAST text detector with OpenCV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published