We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4367a13 + 925c761 commit a1a90bbCopy full SHA for a1a90bb
README.md
@@ -32,15 +32,15 @@ cmake --build build
32
33
batch size: 1, lr: 0.00125, decay epoch: 9 12, total epoch: 12
34
35
-| COCO Metric | AP | AP50 |
+| ResNet50_FPN | AP | AP50 |
36
| ---------- | -------- | ---------- |
37
-| ResNet50_FPN (this) | **0.439** | 0.767 |
38
-| ResNet50_FPN (mmdet) | 0.437 | **0.769** |
+| this | **0.439** | 0.767 |
+| mmdet | 0.437 | **0.769** |
39
| [ResNet50_FPN](https://github.com/thisisi3/libtorch-faster-rcnn) | 0.438 | 0.768|
40
41
-| VOC 2007 Metric | mAP |
+| VGG16 | mAP |
42
| ---------- | -------- |
43
-| VGG16 (this) | 0.6798 |
+| this | 0.6798 |
44
|[Original Paper](https://arxiv.org/abs/1506.01497)|0.699|
45
| [VGG16 (Pytorch)](https://github.com/jwyang/faster-rcnn.pytorch) | **0.701** |
46
0 commit comments