hunglc007 / tensorflow-yolov4-tflite

YOLOv4, YOLOv4-tiny, YOLOv3, YOLOv3-tiny Implemented in Tensorflow 2.0, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite
https://github.com/hunglc007/tensorflow-yolov4-tflite
MIT License
2.24k stars 1.24k forks source link

Caused by: java.lang.IllegalArgumentException: Cannot copy from a TensorFlowLite tensor (StatefulPartitionedCall:0) with shape [1, 10647, 7] to a Java object with shape [1, 13, 13, 35]. #483

Open joudalhammad555 opened 1 year ago

joudalhammad555 commented 1 year ago

I am trying to use the yolov5 model with Flutter App that real-time detecting objects, and I got this error. I couldn't find a solution anywhere.