Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 912 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 912 Bytes

mask-tflite

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

Note:

  1. only OpenMV 4 Plus can be used.
  2. my sample only uploaded single person images. If there are more than one person in the test image, the accuracy is not credible.
  3. 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.

To use:

  1. drag labels.txt and trained.tflite to OpenMV Plus.
  2. run ei_image_classification.py with OpenMV IDE.
  3. you can see result in terminal.

result

test_face test_mask