I made tflite model with
but the probem is that I export tflite file that I successfully made in above link , then use it in my flutter object detection api app
https://github.com/hiennguyen92/flutter_realtime_object_detection
then I run it with my tflite model
then it cause error saying
Caused by: java.lang.IllegalArgumentException: Cannot copy from a TensorFlowLite tensor (StatefulPartitionedCall:1) with shape [1, 10] to a Java object with shape [1, 10, 4].
I think it's because of my output of tflite model is like below...?
How can I resolve above error ?
