Skip to content

Latest commit

 

History

History
 
 

dbnet

DBnet

Description

This is a implementation of the Differentiable Binarization. And this model perform the binarization process in a segmentation network. We directly adapt the PaddleOCR version. And we adapt MobileNet-v2 as the backbone.

Model

Model(nntc) Model(dbnet) H1 Mean
dbnet.pdmodel dbnet.onnx 68%

You can use Paddle2Onnx to convert paddle-style model-storage to onnx-style.

Dataset

We choose Task 4.1 in Incidental Scene Text Dataset icdar2015 as the benchmark. And we offer preprocessed data and groundtruth.

References

License

Apache-2.0