We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
The text was updated successfully, but these errors were encountered:
Currently AMB82-mini only supports following models,
Sorry, something went wrong.
Understood, I am trying to retrain YOLOv7 with facemask dataset, then convert the .pt to .nb for AMB82-MINI
This issue is stale because it has been open for 14 days with no activity.
Yolov7-tiny .pt online transfer is supported now. https://www.amebaiot.com/en/amebapro2-ai-convert-model/ Closed as issue resolved.
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: