SPRADC9 july   2023 AM62A3 , AM62A7

 

  1.   1
  2.   Abstract
  3.   Trademarks
  4. 1Introduction
    1. 1.1 Defect Detection Demo Summary
    2. 1.2 AM62A Processor
    3. 1.3 Defect Detection Systems
    4. 1.4 Conventional Machine Vision vs Deep Learning
  5. 2Data Set Preparation
    1. 2.1 Test Samples
    2. 2.2 Data Collection
    3. 2.3 Data Annotation
    4. 2.4 Data Augmentation
  6. 3Model Selection and Training
    1. 3.1 Model Selection
    2. 3.2 Model Training and Compilation
  7. 4Application Development
    1. 4.1 System Flow
    2. 4.2 Object Tracker
    3. 4.3 Dashboard and Bounding Boxes Drawing
    4. 4.4 Physical Demo Setup
  8. 5Performance Analysis
    1. 5.1 System Accuracy
    2. 5.2 Frame Rate
    3. 5.3 Cores Utilization
    4. 5.4 Power Consumption
  9. 6Summary
  10. 7References

Test Samples

Insulated Ring Crimp Terminals Connectors are used as samples for the defect detection application. Figure 2-1 shows pictures of the samples with measuring rulers as a reference. The industrial size of the terminals is M8 12-10 AWG with yellow cap. The actual dimensions are:

  • Length ~= 34 mm
  • Metal circle external diameter ~= 15 mm
  • Plastic cap diameter ~= 8 mm
GUID-20230630-SS0I-2KB9-MPSX-RZSMHWVKQXSG-low.jpg Figure 2-1 Tests Samples Used for the Defect Detection Demo, Ring Crimp Terminals Connectors

These objects have several appealing characteristics for an AI based defect detection demo to show its capability compared to conventional rules-based machine vision algorithm. The small size allows including tens of pieces in one frame to show application’s capability to detect and track high number of objects. The two types of materials in the objects provide more options to generate artificial defects for demonstration purposes. The shiny metal part looks different depending on the lighting condition which show system capacities to work with challenging to detect objects.

The yolox-nano-lite is used in this demo and it can be trained for more classes.