Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

detect multiple objects #5

Closed
shootingliu opened this issue Mar 27, 2017 · 1 comment
Closed

detect multiple objects #5

shootingliu opened this issue Mar 27, 2017 · 1 comment

Comments

@shootingliu
Copy link

Thank you for your nice implementation.
I would like to know whether the APP can detect multiple objects at the same time,just like YOLO's demo picture dog.jpg?
Thanks~

@natanielruiz
Copy link
Owner

Hello,
This app currently only supports a single object detection (highest confidence). I might work on supporting multiple objects in the future.

If you want to do it yourself I can give you some general pointers. You need to play with the output of the c++ native code (check the YOLO paper to see how they get multiple bounding boxes), do non-maxima suppression and code the appearance of multiple bounding boxes. If you have any more questions just post them here. Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants