Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
endernewton committed Sep 30, 2017
1 parent e640f83 commit 22b820f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Approximate *baseline* [setup](https://github.com/endernewton/tf-faster-rcnn/blo
- Train Resnet152 on COCO 2014 trainval35k and test on minival (1000k/1390k), **37.2**.

**Note**:
- The numbers should be further improved now due to a bug fix for adding regularization loss.
- Due to the randomness in GPU training with Tensorflow espeicially for VOC, the best numbers are reported (with 2-3 attempts) here. According to my experience, for COCO you can almost always get a very close number (within ~0.2%) despite the randomness.
- **All** the numbers are obtained with a different testing scheme without selecting region proposals using non-maximal suppression (TEST.MODE top), the default and original testing scheme (TEST.MODE nms) will likely result in slightly worse performance (see [report](https://arxiv.org/pdf/1702.02138.pdf), for COCO it drops 0.X AP).
- Since we keep the small proposals (\< 16 pixels width/height), our performance is especially good for small objects.
Expand Down

0 comments on commit 22b820f

Please sign in to comment.