commit | 00603b5e0ab8fab2505fb4348ccd8f5893e09796 | [log] [tgz] |
---|---|---|
author | Orion Reblitz-Richardson <orionr@gmail.com> | Mon Mar 19 14:04:43 2018 -0700 |
committer | GitHub <noreply@github.com> | Mon Mar 19 14:04:43 2018 -0700 |
tree | 90c9f94734bc2f2337b15eb2f766adeb01414eb1 | |
parent | 3c213bd9da37ba06ca699294287faa0ca4a0a516 [diff] |
Add CollectAndDistributeFpnRpnProposalsOp for FPN support (#2254) * Add CollectAndDistributeFpnRpnProposalsOp for FPN support * Adds a C++ operator equivalent to the Python op in Detectron * Once some additional GenerateProposalsOp changes are made this will let us support Detectron FPN models with straight Caffe2 C++ ops * RetinaNet and segmentation models require additional work * Remove some uses of conservativeResize * Add notes about training and inputs/outputs to operator documentation
Caffe2 is a lightweight, modular, and scalable deep learning framework. Building on the original Caffe, Caffe2 is designed with expression, speed, and modularity in mind.
Please use Github issues (https://github.com/caffe2/caffe2/issues) to ask questions, report bugs, and request new features.
Please participate in our survey (https://www.surveymonkey.com/r/caffe2). We will send you information about new releases and special developer events/webinars.
Caffe2 is released under the Apache 2.0 license. See the NOTICE file for details.