face mak detection with openmv

hi
I have a project that requires a face mask detection with openmv and I did not find anything.
does openmv tutorial works on face mask detection ?

You can use edge impulse to do that. You have to create a data set and train a CNN.

Pretty much all the work is in collecting a dataset.

thanks kwagyeman

i run a CNN (edge impulse) with INFERENCING TIME = 167ms / PEAK MEMORY USAGE = 80kb / MODEL BINARY SIZE = 5kb on openmv m7. but fps =5 (slow)
is this normal ?How can I make it more?

167ms is about 5 FPS.

The system is an MCU, not an application professor. Reduce the model size if you want it to go faster…

167ms is about 5 FPS.

The system is an MCU, not an application professor. Reduce the model size if you want it to go faster…