Anomaly_detected!
Schematic_diagram
Components
Objects
edge-impulse-daemon
, which is explained in detail at the following link: https://docs.edgeimpulse.com/docs/edge-ai-hardware/mcu/sony-spresense.
Whichever method you use, make sure to label each normal product photo as “no anomaly” for the Train Data category, as shown in the photo below. Ensure that the Train Data contains only “no anomaly” photos, while the Test Data contains some “no anomaly” photos as well as “anomaly” photos.
Collect_data
Upload_data
Learning_blocks
Save_parameters
Generate_features
Settings
Live_classification
Set_thresholds
Test_results
Arduino_library_deployment
Instructions in Arduino download
Tools_setup
Serial_monitor_output
x
and y
can be mapped to specific parts or sections of the inspected product. For example, x: 57 and y: 57 correspond to the right button, so we can add a condition that, if an anomaly is detected at that location, the LCD will display “Anomaly! Right button?”. Apply the same approach for other anomaly conditions, and if no anomaly is detected, the LCD will display “No Anomaly, OK”.
For more detail, you can check or download and modify my code in this GitHub repository, https://github.com/Jallson/FOMO_AD-with-Sony-Spresense
Program_snippet