Update README.md
Browse files
README.md
CHANGED
|
@@ -1,15 +1,36 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
|
| 8 |
- Origin: https://github.com/mlcommons/inference/tree/master/vision/classification_and_detection
|
| 9 |
-
- Article: https://arxiv.org/abs/1704.04861
|
| 10 |
- Input:
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
| 13 |
- ONNX:
|
| 14 |
- opset: 11
|
| 15 |
- Operators: 122 (11 types)
|
|
|
|
| 1 |
---
|
| 2 |
+
datasets:
|
| 3 |
+
- ILSVRC/imagenet-1k
|
| 4 |
+
metrics:
|
| 5 |
+
- accuracy
|
| 6 |
+
pipeline_tag: image-classification
|
| 7 |
+
tags:
|
| 8 |
+
- arxiv:1704.04861
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# MobileNet v1
|
| 12 |
+
|
| 13 |
+
MobileNet model from ML commons
|
| 14 |
+
|
| 15 |
+
## Aidge support
|
| 16 |
+
|
| 17 |
+
> Note: We tested this network for the following features. If you encounter any error please open an [issue](https://gitlab.eclipse.org/groups/eclipse/aidge/-/issues). Features not tested in CI may not be functional.
|
| 18 |
+
|
| 19 |
+
| Feature | Tested in CI |
|
| 20 |
+
| :---------: | :----------: |
|
| 21 |
+
| ONNX import | ✔ |
|
| 22 |
+
| Backend CPU | ✔ |
|
| 23 |
+
| Export CPP | ❌ |
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
## ImageNet 224
|
| 27 |
|
| 28 |
- Origin: https://github.com/mlcommons/inference/tree/master/vision/classification_and_detection
|
|
|
|
| 29 |
- Input:
|
| 30 |
+
- size: \[N, 3, 224, 224\]
|
| 31 |
+
- format: NCHW
|
| 32 |
+
- Output:
|
| 33 |
+
- size: [N, 1001]
|
| 34 |
- ONNX:
|
| 35 |
- opset: 11
|
| 36 |
- Operators: 122 (11 types)
|