Skip to content

Commit 3154333

Browse files
author
Xinlei Chen
committed
update models.
1 parent ce7c221 commit 3154333

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ With VGG16 (``conv5_3``):
1414
With Resnet101 (last ``conv4``):
1515
- Train on VOC 2007 trainval and test on VOC 2007 test, **75.7**.
1616
- Train on VOC 2007+2012 trainval and test on VOC 2007 test (R-FCN schedule), **79.8**.
17-
- Train on COCO 2014 trainval35k and test on minival (900k/1190k), **35.2**.
17+
- Train on COCO 2014 trainval35k and test on minival (900k/1190k), **35.4**.
1818

1919
More Results:
2020
- Train Mobilenet (1.0, 224) on COCO 2014 trainval35k and test on minival (900k/1190k), **21.8**.
21-
- Train Resnet50 on COCO 2014 trainval35k and test on minival (900k/1190k), **32.3**.
21+
- Train Resnet50 on COCO 2014 trainval35k and test on minival (900k/1190k), **32.4**.
2222
- Train Resnet152 on COCO 2014 trainval35k and test on minival (900k/1190k), **36.1**.
2323

2424
Approximate *baseline* [setup](https://github.com/endernewton/tf-faster-rcnn/blob/master/experiments/cfgs/res101-lg.yml) from [FPN](https://arxiv.org/abs/1612.03144) (this repo does not contain training code for FPN yet):
@@ -37,7 +37,7 @@ Approximate *baseline* [setup](https://github.com/endernewton/tf-faster-rcnn/blo
3737
- For Resnets, we fix the first block (total 4) when fine-tuning the network, and only use ``crop_and_resize`` to resize the RoIs (7x7) without max-pool (which I find useless especially for COCO). The final feature maps are average-pooled for classification and regression. All batch normalization parameters are fixed. Learning rate for biases is not doubled.
3838
- For Mobilenets, we fix the first five layers when fine-tuning the network. All batch normalization parameters are fixed. Weight decay for Mobilenet layers is set to 4e-5.
3939
- For approximate [FPN](https://arxiv.org/abs/1612.03144) baseline setup we simply resize the image with 800 pixels, add 32^2 anchors, and take 1000 proposals during testing.
40-
- Check out [here](http://ladoga.graphics.cs.cmu.edu/xinleic/tf-faster-rcnn/)/[here](http://xinlei.sp.cs.cmu.edu/xinleic/tf-faster-rcnn/)/[here](https://drive.google.com/open?id=0B1_fAEgxdnvJSmF3YUlZcHFqWTQ) for the latest models **Needs to be updated**, including longer COCO VGG16 models and Resnet ones.
40+
- Check out [here](http://ladoga.graphics.cs.cmu.edu/xinleic/tf-faster-rcnn/)/[here](http://xinlei.sp.cs.cmu.edu/xinleic/tf-faster-rcnn/)/[here](https://drive.google.com/open?id=0B1_fAEgxdnvJSmF3YUlZcHFqWTQ) for the latest models, including longer COCO VGG16 models and Resnet ones.
4141

4242
### Additional features
4343
Additional features not mentioned in the [report](https://arxiv.org/pdf/1702.02138.pdf) are added to make research life easier:

0 commit comments

Comments
 (0)