/Portfolio

Some toy projects.

Primary LanguagePython

Portfolio

Text Detection

Usage

python3 pipeline/postprocessing.py

The text detection model is from this official repository.

The postprocessing part is refactor from easyocr.

If you want to modify argument, modify args/detection_args.yaml.

Download pretrained model from here, and put the model to pretrained_model

Result

The bounding box with image. img1

The heatmap from CRAFT. img2

Acknowledgment

Thanks CRAFT and EasyOCR!

These toy project is based on these two repos.