gliese581gg / YOLO_tensorflow

tensorflow implementation of 'YOLO : Real-Time Object Detection'
Other
1.72k stars 656 forks source link

bug in NMS #18

Open kl456123 opened 7 years ago

kl456123 commented 7 years ago

you can just merge bounding boxes when both of them are the same classes,otherwise it seems not suitable

kl456123 commented 7 years ago

I also suggest you can use matrix as possibly as you can

xiaohu2015 commented 6 years ago

I also found the trouble of NMS

YunYang1994 commented 5 years ago

hope this helps you ! https://github.com/YunYang1994/tensorflow-yolov3