Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages