tensorflow-yolo
tensorflow-yolo copied to clipboard
help,thanks!
Why only an object can be identified, other objects can't be identified?
Because the test code only output the top_1 confidence of object, if you want to output many objects, you may set the threshold of confidence and use NMS
.
Can you make it more specific? I don't know how to change it, thank you very much!
i tried one multi-object detection code, hope that can help u! @ss199302 multi-object detection
@YefeiGao Thank you very much!