Multiple person counter

Hi there, noob user here :stuck_out_tongue:
I want to create a “person counter” with my openmv h7. it will locate on the entrance of the room and it will count the number of people going in and out of the room.
can I do this project with my openmv? if the answer is yes, is there any similar project/ example library that will help me with that?
thx :slight_smile:

Yes, this should be possible now with the new EdgeImpulse object detector (FOMO), see if you can follow the tutorials here and train a model:

https://docs.edgeimpulse.com/docs/tutorials/fomo-object-detection-for-constrained-devices

Hi , thx for the quick response.
Is there any way there is an existed python code project in this area or an existed already build databse? I need this projects to do multiple thing like sending information to server, control LEDs and more… the problem is I can’t find an existed project in python or any tutorial in this specific problem :frowning: .

No there isn’t, but when you train a model and deploy it to OpenMV camera it comes with a demo script, should be a good start.