README.md

October 2, 2017 ยท View on GitHub

Deformable ConvNets is initially described in an arxiv tech report.

R-FCN is initially described in a NIPS 2016 paper.

Soft-NMS is initially described in an arxiv tech report.

Our goal was to test Soft-NMS with a state-of-the-art detector, so Deformable-R-FCN was trained on 800x1200 size images with 15 anchors. Multi-Scale testing was also added with 6 scales. Union of all boxes at each scale was computed before performing NMS. Please note that the repository does not include the scripts for multi-scale testing as I just cache the boxes for each different scale and do NMS separately. The scales used in multi-scale testing were as follows, [(480, 800), (576,900), (688, 1100), (800,1200), (1200, 1600), (1400, 2000)].

The trained model can be downloaded from here.

training datatesting datamAPmAP@0.5mAP@0.75mAP@SmAP@MmAP@LRecall
Baseline D-R-FCNcoco trainvalcoco test-dev35.756.838.315.238.851.5
D-R-FCN, ResNet-v1-101, NMScoco trainvalcoco test-dev37.459.640.217.840.651.448.3
D-R-FCN, ResNet-v1-101, SNMScoco trainvalcoco test-dev38.460.141.618.541.652.553.8
D-R-FCN, ResNet-v1-101, MST, NMScoco trainvalcoco test-dev39.862.443.322.642.352.252.9
D-R-FCN, ResNet-v1-101, MST, SNMScoco trainvalcoco test-dev40.962.845.023.343.653.360.4