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

Bounding box is larger than the original #404

Open Monkez opened 2 years ago

Monkez commented 2 years ago

I tested on my custom model and got this error, please help me.

julrog commented 2 years ago

I had the same issue with the latest yolov4-tiny.cfg . After changing the anchors and xyscale in core/config.py to match the ones from the cfg-file, the bounding boxes seem to be correct again.