ambiot / ambpro2_arduino

AmebaPro2 Arduino third-party package SDK
https://www.amebaiot.com/en/ameba-arduino-summary/
MIT License
45 stars 20 forks source link

FaceMask Detection #154

Closed rkuo2000 closed 6 months ago

rkuo2000 commented 8 months ago

Facemask dataset are 96x96 pictures, I have trained a CNN model file at kaggle.com/code/rkuo2000/facemask-cnn

still need to run MTCNN or FaceDetection with camera's image, then crop the face and resize into 96x96 for detection.

Is it possible to modify these from your FaceDetection example ? Or should I directly go for training YOLOv7 with facemask data ?

M-ichae-l commented 8 months ago

Currently AMB82-mini only supports following models, image

rkuo2000 commented 8 months ago

Understood, I am trying to retrain YOLOv7 with facemask dataset, then convert the .pt to .nb for AMB82-MINI

github-actions[bot] commented 8 months ago

This issue is stale because it has been open for 14 days with no activity.

M-ichae-l commented 6 months ago

Yolov7-tiny .pt online transfer is supported now. https://www.amebaiot.com/en/amebapro2-ai-convert-model/ Closed as issue resolved.