TF Person_detection

Hi,

where can I access the person detection network file? (it says network is in OpenMV Cam’s firmware. can I access this somehow?)
Also, what happened to CIFAR10 support. I couldn’t get that code to be running…
and any tutorial on converting tflite file to network file?

We dropped the cifar10 thing because it’s just a demo. It’s not useful.

The person detection network is built into the firmware. It’s not provided by Google in any format other than a file to be built into firmware. However, it is a standard tflite network.

We dropped all support for the old cmsis NN stuff. Please train a net using edge impulse now. You can directly program keras code using the service.