-
Notifications
You must be signed in to change notification settings - Fork 86
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
OpenCV 3.0 Objectness #3
Comments
It seems I have found the right method to detect the object in a single frame. I wrote this code that calls "getObjBndBoxes()" method:
The problem is that this method returns too many bounding boxes.. Is there anyway to select just the bounding box of the people and other important object? I have uploaded the result of BING with all bounding boxes (manually limited to 50) How can I select only the bounding boxes on the people? |
Sorry to reply late. Thanks for providing a possible solution to this. You might get just the bounding box of the people and other important object by On Wed, Sep 17, 2014 at 7:04 PM, llnk [email protected] wrote:
郑帅 |
Hi,
It seems that OpenCV 3.0 will include BING Objectness: http://docs.opencv.org/trunk/modules/saliency/doc/objectness_algorithms.html
Until then, I wonder if it is availabe an already trained and ready-to-work BING function to get all bounding boxes inside a single frame (without having to download VOC dataset and perform the training)?
The text was updated successfully, but these errors were encountered: