fengyuentau
Benchmark framework implementation and 3 models added:
42310ef
|
raw
history blame
821 Bytes

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