Created by: guoshengCS
Add Region Proposal Network for Faster R-CNN, including AnchorLayer, RPNLossLayer and ProposalLayer.
There are correspondences between RPN and SSD:
- AnchorLayer corresponding to PriorboxLayer
- RPNLossLayer corresponding to MultiBoxLossLayer
- ProposalLayer corresponding to DetectionOutputLayer