Hello team. I have trained one model based on our Custom Dataset, using tensor flow Object detection API. Then I converted it into TFLite model.
Then I used this XXD command line to generate .cc flat buffer for each model including int8 precision model.
Now he challenge is how can I use this Tflm flatbuffer that is generated according to Tensor flow website, How can I deploy this model in Cortex M series Microcontroller like Arduino Nicla Vision.
Arduino Nicla Vision works with OpenMV IDE. How to deploy my model in my scenario?
Please reply As soon as possible.