Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatsingh430 authored Mar 24, 2017
1 parent 7780da5 commit 639e6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ m and needn't change anything.
|R-FCN, ResNet-101 | COCO 2014 train+val -minival | COCO 2014 minival | 30.8% |
|R-FCN, ResNet-101 | COCO 2014 train+val -minival | COCO 2015 test-dev | 31.1% |

If you want to train the model, please use the coco branch of this repository. The trained model can be found [here](https://drive.google.com/open?id=0B6T5quL13CdHOUc0UmRxWEFqTEk). Use the config files from the coco branch for this model. Multi-scale training or testing was not done for obtaining this number. Image size was set to 800 and max size was 1200, RPN used 5 scales. This alone obtains 1.6% better than what was reported in the original paper. Training was done on 8 GPUs, with an iter_size of 2.
If you want to use/train this model, please use the coco branch of this repository. The trained model can be found [here](https://drive.google.com/open?id=0B6T5quL13CdHOUc0UmRxWEFqTEk). Use the config files from the coco branch for this model. Multi-scale training or testing was not done for obtaining this number. Image size was set to 800 and max size was 1200, RPN used 5 scales. This alone obtains 1.6% better than what was reported in the original paper. Training was done on 8 GPUs, with an iter_size of 2.

### License

Expand Down

0 comments on commit 639e6a6

Please sign in to comment.