Skip to content

Commit de2ded4

Browse files
authored
Update README.md
1 parent ef88cd1 commit de2ded4

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
@@ -28,7 +28,7 @@ Approximate *baseline* [setup](https://github.com/endernewton/tf-faster-rcnn/blo
2828

2929
**Note**:
3030
- Due to the randomness in GPU training with Tensorflow especially 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.
31-
- 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 all) will likely result in slightly better performance (see [report](https://arxiv.org/pdf/1702.02138.pdf), for COCO it boosts 0.X AP).
31+
- 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).
3232
- Since we keep the small proposals (\< 16 pixels width/height), our performance is especially good for small objects.
3333
- We do not set a threshold (instead of 0.05) for a detection to be included in the final result, which increases recall.
3434
- Weight decay is set to 1e-4.

0 commit comments

Comments
 (0)