Skip to content

Commit 17a6abb

Browse files
committed
Merge commit 'de2ded461787ee91370a87988c28dc8cf370f88f'
* commit 'de2ded461787ee91370a87988c28dc8cf370f88f': Update README.md # Conflicts: # README.md
2 parents 04b7fcf + de2ded4 commit 17a6abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Approximate *baseline* [setup](https://github.com/endernewton/tf-faster-rcnn/blo
3535

3636
**Note**:
3737
- Due to the randomness in GPU training especially for VOC, the best numbers are reported (with 2-3 attempts) here. According to Xinlei's experience, for COCO you can almost always get a very close number (within ~0.2%) despite the randomness.
38-
- The numbers are obtained with the **default** testing scheme which selects region proposals using non-maximal suppression (TEST.MODE nms), the alternative testing scheme (TEST.MODE nms) will likely result in slightly better performance (see [report](https://arxiv.org/pdf/1702.02138.pdf), for COCO it boosts 0.X AP).
38+
- The numbers are obtained with the **default** testing scheme which selects region proposals using non-maximal suppression (TEST.MODE nms), the alternative testing scheme (TEST.MODE top) will likely result in slightly better performance (see [report](https://arxiv.org/pdf/1702.02138.pdf), for COCO it boosts 0.X AP).
3939
- Since we keep the small proposals (\< 16 pixels width/height), our performance is especially good for small objects.
4040
- We do not set a threshold (instead of 0.05) for a detection to be included in the final result, which increases recall.
4141
- Weight decay is set to 1e-4.

0 commit comments

Comments
 (0)