-
Notifications
You must be signed in to change notification settings - Fork 561
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
Object Detection via Faster R-CNN #43
Comments
@pribadihcr yes it is indeed on the roadmap, though not fast-tracked yet. It would be useful if you could share what the most important features are for you regarding faster R-CNN wrt DD's API and server side. Typically, are you mostly interested in the training phase or an in-production prediction phase (while training with py-faster-rcnn) ? Regarding the models, are you looking forward using the existing set of pre-trained ones, or building your own ? |
I think an in-production prediction phase is the first. We can train the On Mon, Jan 4, 2016 at 12:22 PM, Emmanuel Benazera <notifications@github.com
|
OK, thanks, that was my guess. There are two possible ways of doing this. First is fast-tracking of features, and we do this through sponsorship. Current running sponsorships are not about images (as can be seen from last PR) and this is typically why faster-RCNN is not in yet. Second is slower track where the prediction pipeline can be brought in but with no deadline attached. Timeline for this one track also depends on whether you plan on participating in the development. |
After review,
These are just a few of the many details to consider in order to turn this into a commodity. |
FYI: caffe with py-faster-rcnn has been updated from original git. |
Hi, I'm helping with seminars on deep learning and one of them is about RCNN. |
FTR, BVLC/caffe#4163 seems to be coming to Caffe. Once it is stabilized, we may merge it to our own modified version of Caffe, independently of whether it makes it to official Caffe. From there, there'll be a path for service integration into DD. |
Object detection now implemented via SSD, see PR #213. Closing. |
Hi @beniz ,
faster RCNN like https://github.com/rbgirshick/py-faster-rcnn is a very useful application. It's implemented and trained in Caffe framework.
Do you have a plan to implement it in deepdeteect?
Thanks,
The text was updated successfully, but these errors were encountered: