-
Notifications
You must be signed in to change notification settings - Fork 18.6k
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
r-cnn spp-net bing #548
Comments
Thanks for sharing the link! #482 is in Python and only serves for tutorial purpose. The R-CNN paper follows the four steps in the standard object detection pipeline, i.e. region of interest selection, feature extraction of each region, object classification of each region, and region fusion. For practical applications, these steps must all be implemented in C++. This issue is more likely to be an umbrella of a series of issues with smaller scopes.
|
This thread has been dead for some time now, but if an R-CNN is trained on an alternative proposal method with the same or better performance then a PR to update the detection example would be welcome. |
I reopen this from #482 because r-cnn was merged and ticked closed. But there was some interest in trying BING (now is available) because r-cnn still need a closed source matlab candidate region generator.
SPP-NET are defined here: http://arxiv.org/abs/1406.4729v1
The text was updated successfully, but these errors were encountered: