hunglc007 / tensorflow-yolov4-tflite

YOLOv4, YOLOv4-tiny, YOLOv3, YOLOv3-tiny Implemented in Tensorflow 2.0, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite

Home Page:https://github.com/hunglc007/tensorflow-yolov4-tflite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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].

joudalhammad555 opened this issue · comments

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.