Skip to content

Participants must develop an AI algorithm to recognize printed or handwritten serial numbers on steel billets. This will aid in tracing issues and quality control. The system should identify printed serial numbers (digits and letters) and handle handwritten, inverted, duplicated, or blurred serial numbers for production line use.

License

Notifications You must be signed in to change notification settings

Depth-Semantic-Aware-Image-Generation/TBrain_China-Steel-AI-Challenge

Repository files navigation

TBrain_China Steel AI Challenge

This repository contains code for developing an AI algorithm to recognize printed and handwritten serial numbers on steel billets, aiding in tracing and quality control. The system identifies serial numbers, including digits and letters, and handles handwritten, inverted, duplicated, or blurred serial numbers for production line use.

show1 Image

Preparation and Process

This repository refers to CRAFT.

  1. Using this repository to add some randomness while framing the input steel billet image with text areas.
  2. Then use deep-text-recognition-benchmark to recognize the text in the framed steel billet image.

show4 Image show2 Image show3 Image

Code and folder description

  • test.py:
    Use the weights provided by the official CRAFT for prediction.
  • cut_code.py & cut_code2:
    Apply cutting methods with different randomness to the selected bounding box.
  • image folder:
    Images pending processing.
  • start folder:
    Images with bounding boxes awaiting cutting after running test.py.
  • end folder:
    Images after being cut using randomized cutting methods.

About

Participants must develop an AI algorithm to recognize printed or handwritten serial numbers on steel billets. This will aid in tracing issues and quality control. The system should identify printed serial numbers (digits and letters) and handle handwritten, inverted, duplicated, or blurred serial numbers for production line use.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages