OCR on soda can and food containers

This page summarizes the projects mentioned and recommended in the original post on /r/computervision

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • deep-text-recognition-benchmark

    Text recognition (optical character recognition) with deep learning methods, ICCV 2019

  • The second stage involves running a recognition algorithm on the bounding boxes generated by your localisation algorithm, you could use tesseract here and get some decent results however if there is a lot of irregular text (curved/distorted) then I would recommend using https://github.com/clovaai/deep-text-recognition-benchmark they provide some good pretrained models that you could then finetune.

  • detectron2

    Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.

  • This is a 2 stage problem, first you need to localise text in the image and then recognise it. For localisation you can use a https://github.com/facebookresearch/detectron2 pretrained Faster-RCNN model and then fine tune it on an OCR dataset such as https://vision.cornell.edu/se3/coco-text-2/ (though you can probably find a different dataset that more closely matches your use case).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts