Skip to content

Commit 4c20d74

Browse files
committed
Add pytorch performance
1 parent 3123399 commit 4c20d74

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@ you can use darknet2pytorch to convert it yourself, or download my converted mod
7878
7979
# 2. Inference (Evolving)
8080
81+
- Performance on MS COCO val2017 set (using pretrained DarknetWeights from <https://github.com/AlexeyAB/darknet>)
82+
83+
| Model type | AP IoU=0.50:0.95 | AP IoU=0.50 | AR 0.50:0.95 |
84+
| ---------- | ---------------: | ----------: | -----------: |
85+
| Pytorch | 0.466 | 0.704 | 0.591 |
86+
| ONNX | incoming | incoming | incoming |
87+
| TensorRT | incoming | incoming | incoming |
88+
8189
- Image input size for inference
8290
8391
Image input size is NOT restricted in `320 * 320`, `416 * 416`, `512 * 512` and `608 * 608`.

0 commit comments

Comments
 (0)