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

Boxes flattened and elongated with small objects #296

Open Cfor3 opened 3 years ago

Cfor3 commented 3 years ago

Using a tiny model of size 608 converted to 1568, the inference results are discontinuous. In images where there are small objects, the boxes take an incorrect shape, and in normal sized images it is correct. What is causing the error?

image

image

anshumanchak commented 3 years ago

Getting a similar issue with tiny-yolo. Any update on this issue?