Person detection model missing from example files

Person detection model is missing from the current release of openMV ide…

Thanks for posting. I’ll extract the model from the tensorflow library and post it here.

1 Like

Hi do you know when you can provide the solution? Because I need it realy soon:((((

Tonight

Here’s the file:

If you have an H7 R2 then it has to be built into the firmware. If you have a plus then you can just load it using our examples.

openmv/src/lib/libtf/models at master · openmv/openmv · GitHub

Thank you very much!

I have the H7 module and I get this error: “(Out of fast Frame Buffer Stack Memory! Please reduce the resolution of the image you are running this algorithm on to bypass this issue!)” Reducing the windowing size does not seem to help

Yeah, you have to build the model into your firmware image.

So, please follow our build instructions.

Also, before you do all this work… the person detection model is demo quality. So… again, if you are putting all this time in to run the demo instead of just actually doing what you actually want to do I’d focus on the application. Unless that is person detection.