mystic123 / tensorflow-yolo-v3

Implementation of YOLO v3 object detector in Tensorflow (TF-Slim)
https://medium.com/@pawekapica_31302/implementing-yolo-v3-in-tensorflow-tf-slim-c3c55ff59dbe
Apache License 2.0
893 stars 353 forks source link

Fix a bug in non_max_supression #105

Closed LucasMahieu closed 1 year ago

LucasMahieu commented 3 years ago

There was a bug in the way the all zero prediction was removed from the image_prediction tensor

This solution is correct, much more simple and clear