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

Missing detections yolov3-tiny #28

Open karan1508 opened 5 years ago

karan1508 commented 5 years ago

@mystic123 Amazing work !!

I have a small problem. I ran your code for a yolov3-tiny inference.

The predicted bounding boxes are exactly overlapping with the inference from the darknet codebase but there are some missing bounding boxes when I run it using tensorflow-yolo

Can you please suggest a possible cause for this?

mystic123 commented 5 years ago

Could you please upload some image examples?

karan1508 commented 5 years ago

Unfortunately, I won't be able to share the images because of data privacy issues related to medical imaging.

But I have found that the issue is with the non_max_suppression implementation.

Thank you very much.