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

training is on custom dataset is still on-going issue? getting zeros for pred_conf and bounding boxes #397

Closed hlsfin closed 2 years ago

hlsfin commented 2 years ago

basically, the title says it all, I tried training on the coco dataset from scratch but during evaluation, the infer() method on a given data returns zeros for pred_conf and bounding boxes. Can anyone explain why? did anyone encounter this issue?

simetin commented 2 years ago

Did you find the issue ?