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.23k stars 1.24k forks source link

tflite 2.2 and 2.3 issue #336

Open mhyeonsoo opened 3 years ago

mhyeonsoo commented 3 years ago

I have one more issue about tflite version in android app's build.gradle.

in original build.gradle, the version of tflite is mentioned as 2.2.

when I changed it to 2.3, the bounding box location totally messed up.

Is it the known issue?

I appreciate it.

tim870220 commented 3 years ago

I found the error!!!

But Idon't know hoe to solve it.

tflite 2.2 22_bbox

tflite 2.3 23_bbox

model

solution