Skip to content

Commit a1a90bb

Browse files
committed
Merge branch 'dev' into main
2 parents 4367a13 + 925c761 commit a1a90bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ cmake --build build
3232

3333
batch size: 1, lr: 0.00125, decay epoch: 9 12, total epoch: 12
3434

35-
| COCO Metric | AP | AP50 |
35+
| ResNet50_FPN | AP | AP50 |
3636
| ---------- | -------- | ---------- |
37-
| ResNet50_FPN (this) | **0.439** | 0.767 |
38-
| ResNet50_FPN (mmdet) | 0.437 | **0.769** |
37+
| this | **0.439** | 0.767 |
38+
| mmdet | 0.437 | **0.769** |
3939
| [ResNet50_FPN](https://github.com/thisisi3/libtorch-faster-rcnn) | 0.438 | 0.768|
4040

41-
| VOC 2007 Metric | mAP |
41+
| VGG16 | mAP |
4242
| ---------- | -------- |
43-
| VGG16 (this) | 0.6798 |
43+
| this | 0.6798 |
4444
|[Original Paper](https://arxiv.org/abs/1506.01497)|0.699|
4545
| [VGG16 (Pytorch)](https://github.com/jwyang/faster-rcnn.pytorch) | **0.701** |
4646

0 commit comments

Comments
 (0)