I'm doing my projects for object detection with i.MX 8M Plus evk board.
I'm struggle with the problem that the NPU of the board can't compute float32 data.
(It can't use VX delegate but XNNpack.)
I want to convert pb file to tflite file, but it didn't work. Accuraccy was so bad. (pb file from Kaggle pre-trained model)
Furthermore, I made tflite model with full integer quantization and its classes' information were broke up.
I also tried the EIQ toolkit and the number of output tensors in the model was two, which I can't understand how to deal with it.
I want the full integer quantized model for using VX delegate during realtime object detection.
How can I get it?