Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
| 1 |
---
|
| 2 |
license: bsd-3-clause
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: bsd-3-clause
|
| 3 |
---
|
| 4 |
+
M57 Benchmark
|
| 5 |
+
| Model | Input Size | Final Inference Speed (ms) |
|
| 6 |
+
|---|---|---:|
|
| 7 |
+
| deit_t_onnx | 1x3x224x224 | 1.176 |
|
| 8 |
+
| depth_anything_v2_vits | 1x3x518x518 | 57.340 |
|
| 9 |
+
| inception_v1_onnx | 1x3x224x224 | 1.310 |
|
| 10 |
+
| inception_v3_onnx | 1x3x299x299 | 5.230 |
|
| 11 |
+
| mobilenet_v1_onnx | 1x3x224x224 | 0.714 |
|
| 12 |
+
| mobilenet_v2_onnx | 1x3x224x224 | 0.977 |
|
| 13 |
+
| resnet18_onnx | 1x3x224x224 | 1.726 |
|
| 14 |
+
| resnet50_onnx | 1x3x224x224 | 3.800 |
|
| 15 |
+
| squeezenet11_onnx | 1x3x227x227 | 0.518 |
|
| 16 |
+
| swin_t_onnx | 1x3x224x224 | 5.368 |
|
| 17 |
+
| yolov2_416_onnx | 1x3x416x416 | 9.830 |
|
| 18 |
+
| yolov3_ssp | 1x3x448x1024 | 21.534 |
|
| 19 |
+
| yolov5s_onnx | 1x3x640x640 | 6.899 |
|
| 20 |
+
| yolov6s_onnx | 1x3x640x640 | 8.950 |
|
| 21 |
+
| yolov7_tiny_onnx | 1x3x640x640 | 6.272 |
|
| 22 |
+
| yolov8s_onnx | 1x3x640x640 | 10.073 |
|
| 23 |
+
| yolov9s | 1x3x640x640 | 11.410 |
|
| 24 |
+
| yolov10s | 1x3x640x640 | 8.943 |
|
| 25 |
+
| yolov11s | 1x3x640x640 | 8.737 |
|
| 26 |
+
| yolov26s | 1x3x640x640 | 8.329 |
|
| 27 |
+
| yoloworldv2 | images: 1x3x640x640; txt_feats: 1x80x512 | 14.472 |
|
| 28 |
+
| yoloworldv2-txt | 4x77 | 19.014 |
|
| 29 |
+
| yolox_s_onnx | 1x3x640x640 | 9.757 |
|