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 NMS bug #85

Closed cnmckee closed 5 years ago

cnmckee commented 5 years ago

See #84 Fixes bug in your NMS implementation

mystic123 commented 5 years ago

Thank you for your contribution! :)