Skip to content

Latest commit

 

History

History
 
 

text_detection_db

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

DB

Real-time Scene Text Detection with Differentiable Binarization

text_detection_db.onnx is trained on TD500 dataset, which can detect both English & Chinese instances. It is obtained from here and renamed from DB_TD500_resnet18.onnx.

Demo

Run the following command to try the demo:

# detect on camera input
python demo.py
# detect on an image
python demo.py --input /path/to/image

License

All files in this directory are licensed under Apache 2.0 License.

Reference