A classification of whether or not to wear a mask. 中文README
This model I trained with edgeimpulse, tutorial: https://docs.edgeimpulse.com/docs/openmv-cam-h7-plus
- only OpenMV 4 Plus can be used.
- my sample only uploaded single person images. If there are more than one person in the test image, the accuracy is not credible.
- I don't use background class, the classifier only knows whether the face is wearing a mask. If the test image has no face, the accuracy is not credible.
- drag labels.txt and trained.tflite to OpenMV Plus.
- run ei_image_classification.py with OpenMV IDE.
- you can see result in terminal.