An Implementation of Faster RCNN with Study for Region Sampling
2017-02-07Code Available0· sign in to hype
Xinlei Chen, Abhinav Gupta
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/endernewton/tf-faster-rcnnOfficialIn papertf★ 0
- github.com/r06942054/NOTE-RCNNpytorch★ 3
- github.com/csmiler/tf-faster-rcnn-cputf★ 0
- github.com/adityaarun1/pytorch_fast-er_rcnnpytorch★ 0
- github.com/bareblackfoot/faster-rcnn.selectiontf★ 0
- github.com/mappy/tf-faster-rcnntf★ 0
- github.com/vietlinhtspt/NewFasterRCNNtf★ 0
- github.com/mengyingfei/faster-rcnn-tftf★ 0
- github.com/raphael-cohen/capsnet_for_Faster-RCNNpytorch★ 0
- github.com/PengchengAi/tf-faster-rcnn-pcaitf★ 0
Abstract
We adapted the join-training scheme of Faster RCNN framework from Caffe to TensorFlow as a baseline implementation for object detection. Our code is made publicly available. This report documents the simplifications made to the original pipeline, with justifications from ablation analysis on both PASCAL VOC 2007 and COCO 2014. We further investigated the role of non-maximal suppression (NMS) in selecting regions-of-interest (RoIs) for region classification, and found that a biased sampling toward small regions helps performance and can achieve on-par mAP to NMS-based sampling when converged sufficiently.