Construiți un model de detectare a obiectelor pentru a identifica plăcuțele de înmatriculare din imaginile mașinilor

Nodul sursă: 749910

Acest model de cod este parte a Noțiuni introductive cu IBM Maximo Visual Inspection calea de invatare.

Rezumat

In this code pattern, learn how to use optical character recognition (OCR) and the IBM Maximo Visual Inspection object recognition service to identify and read license plates.

Descriere

Using IBM Maximo Visual Inspection and the Custom Inference Scripts, you can build an object detection model to identify license plates from images of cars. The models in the IBM Maximo Visual Inspection object recognition service can identify portions of images that represent a license plate. Then, the post custom inference script can crop this area and use open source to perform OCR on the text to return the license plate. This use case is ideal for automated gate access control in areas such as workplaces, apartment complexes, or mall parking lots.

După ce ați completat acest model de cod, înțelegeți cum să:

  • Build an object detection model
  • Trigger a post-processing script when specific objects are detected
  • Use Python Opencv libraries to prepare an image for OCR
  • Adjust Tesseract OCR to detect specific fonts

Debit

OCR license plate flow diagram

  1. The user uploads an image of a car to IBM Maximo Visual Inspection, either through the UI or an API REST call.
  2. The PowerAI model recognizes objects in the image and indicates where the license plate is located in the image.
  3. The IBM Maximo Visual Inspection post-processing script sends the cropped license plate image to the custom OCR server.
  4. A Python script loads the license plate image through opencv as a NumPy array and uses several processing algorithms to remove background noise and extract the plate digits.
  5. Tesseract OCR is used on the processed image.
  6. The user receives a JSON object with the plate text through terminal logs.

Instrucțiuni

Găsiți pașii detaliate pentru acest model în Readme fişier. Pașii vă arată cum puteți:

  1. Deploy a Kubernetes cluster.
  2. Upload training images to IBM Maximo Visual Inspection.
  3. Train and deploy a model in IBM Maximo Visual Inspection.
  4. Clonați depozitul.
  5. Deploy the OCR server.

Concluzie

This code pattern explained how to use OCR and the IBM Maximo Visual Inspection object recognition service to identify and read license plates. The code pattern is the final part of the Noțiuni introductive cu IBM Maximo Visual Inspection learning path. Congratulations! You should now have a fundamental understanding of IBM Maximo Visual Inspection and some of its advanced features. But, if you want to learn more, take a look at the IBM Maximo Visual Inspection .

Source: https://developer.ibm.com/patterns/custom-inference-script-for-reading-license-plates-of-cars/

Timestamp-ul:

Mai mult de la Dezvoltator IBM