Update model card for yolo11-det
Browse files
README.md
CHANGED
|
@@ -46,9 +46,11 @@ model-index:
|
|
| 46 |
YOLO11 Detection models optimized for edge AI deployment across multiple hardware platforms. All sizes from Nano to XLarge, in ONNX FP32 and TFLite INT8 formats, with platform-specific compiled models for NPU acceleration.
|
| 47 |
|
| 48 |
Trained on [COCO 2017](https://test.edgefirst.studio/public/projects/1123/datasets/gallery/main?dataset=4819) (80 classes). Part of the [EdgeFirst Model Zoo](https://huggingface.co/EdgeFirst).
|
|
|
|
| 49 |
> **Training session**: [View on EdgeFirst Studio](https://test.edgefirst.studio/public/projects/1123/experiment/training/details?train_session_id=9506) β dataset, training config, metrics, and exported artifacts.
|
| 50 |
|
| 51 |
-
>
|
|
|
|
| 52 |
|
| 53 |
---
|
| 54 |
|
|
@@ -74,7 +76,7 @@ Full pipeline timing: pre-processing + inference + post-processing.
|
|
| 74 |
|------|----------|---------------|----------------|-----------------|------------|-----|
|
| 75 |
| β | β | β | β | β | β | β |
|
| 76 |
|
| 77 |
-
|
| 78 |
|
| 79 |
---
|
| 80 |
|
|
@@ -89,7 +91,7 @@ Full pipeline timing: pre-processing + inference + post-processing.
|
|
| 89 |
| Small | `yolo11s-det-coco.onnx` | [Download](https://huggingface.co/EdgeFirst/yolo11-det/resolve/main/onnx/yolo11s-det-coco.onnx) |
|
| 90 |
| Medium | `yolo11m-det-coco.onnx` | [Download](https://huggingface.co/EdgeFirst/yolo11-det/resolve/main/onnx/yolo11m-det-coco.onnx) |
|
| 91 |
| Large | `yolo11l-det-coco.onnx` | [Download](https://huggingface.co/EdgeFirst/yolo11-det/resolve/main/onnx/yolo11l-det-coco.onnx) |
|
| 92 |
-
| XLarge | `yolo11x-det-coco.onnx` |
|
| 93 |
|
| 94 |
</details>
|
| 95 |
|
|
@@ -102,7 +104,7 @@ Full pipeline timing: pre-processing + inference + post-processing.
|
|
| 102 |
| Small | `yolo11s-det-coco.tflite` | [Download](https://huggingface.co/EdgeFirst/yolo11-det/resolve/main/tflite/yolo11s-det-coco.tflite) |
|
| 103 |
| Medium | `yolo11m-det-coco.tflite` | [Download](https://huggingface.co/EdgeFirst/yolo11-det/resolve/main/tflite/yolo11m-det-coco.tflite) |
|
| 104 |
| Large | `yolo11l-det-coco.tflite` | [Download](https://huggingface.co/EdgeFirst/yolo11-det/resolve/main/tflite/yolo11l-det-coco.tflite) |
|
| 105 |
-
| XLarge | `yolo11x-det-coco.tflite` |
|
| 106 |
|
| 107 |
</details>
|
| 108 |
|
|
@@ -147,7 +149,7 @@ gst-launch-1.0 \
|
|
| 147 |
```
|
| 148 |
|
| 149 |
|
| 150 |
-
|
| 151 |
|
| 152 |
---
|
| 153 |
|
|
@@ -168,7 +170,7 @@ for det in results.detections:
|
|
| 168 |
print(f"{det.label}: {det.confidence:.2f} at {det.bbox}")
|
| 169 |
```
|
| 170 |
|
| 171 |
-
|
| 172 |
|
| 173 |
---
|
| 174 |
|
|
@@ -184,19 +186,19 @@ CameraAdaptor variants are included alongside baseline RGB models:
|
|
| 184 |
| `yolo11n-det-coco-grey.onnx` | GREY (1ch) | Monochrome / IR sensors |
|
| 185 |
| `yolo11n-det-coco-yuyv.onnx` | YUYV (2ch) | Raw sensor bypass |
|
| 186 |
|
| 187 |
-
|
| 188 |
|
| 189 |
---
|
| 190 |
|
| 191 |
## Train Your Own with EdgeFirst Studio
|
| 192 |
|
| 193 |
-
|
| 194 |
-
|
| 195 |
-
|
| 196 |
-
|
| 197 |
-
|
| 198 |
-
|
| 199 |
-
|
| 200 |
|
| 201 |
---
|
| 202 |
|
|
|
|
| 46 |
YOLO11 Detection models optimized for edge AI deployment across multiple hardware platforms. All sizes from Nano to XLarge, in ONNX FP32 and TFLite INT8 formats, with platform-specific compiled models for NPU acceleration.
|
| 47 |
|
| 48 |
Trained on [COCO 2017](https://test.edgefirst.studio/public/projects/1123/datasets/gallery/main?dataset=4819) (80 classes). Part of the [EdgeFirst Model Zoo](https://huggingface.co/EdgeFirst).
|
| 49 |
+
> [!TIP]
|
| 50 |
> **Training session**: [View on EdgeFirst Studio](https://test.edgefirst.studio/public/projects/1123/experiment/training/details?train_session_id=9506) β dataset, training config, metrics, and exported artifacts.
|
| 51 |
|
| 52 |
+
> [!NOTE]
|
| 53 |
+
> Newer architecture with attention blocks.
|
| 54 |
|
| 55 |
---
|
| 56 |
|
|
|
|
| 76 |
|------|----------|---------------|----------------|-----------------|------------|-----|
|
| 77 |
| β | β | β | β | β | β | β |
|
| 78 |
|
| 79 |
+
*Measured with [EdgeFirst Perception](https://github.com/EdgeFirstAI) stack. Timing includes full GStreamer pipeline overhead.*
|
| 80 |
|
| 81 |
---
|
| 82 |
|
|
|
|
| 91 |
| Small | `yolo11s-det-coco.onnx` | [Download](https://huggingface.co/EdgeFirst/yolo11-det/resolve/main/onnx/yolo11s-det-coco.onnx) |
|
| 92 |
| Medium | `yolo11m-det-coco.onnx` | [Download](https://huggingface.co/EdgeFirst/yolo11-det/resolve/main/onnx/yolo11m-det-coco.onnx) |
|
| 93 |
| Large | `yolo11l-det-coco.onnx` | [Download](https://huggingface.co/EdgeFirst/yolo11-det/resolve/main/onnx/yolo11l-det-coco.onnx) |
|
| 94 |
+
| XLarge | `yolo11x-det-coco.onnx` | [Download](https://huggingface.co/EdgeFirst/yolo11-det/resolve/main/onnx/yolo11x-det-coco.onnx) |
|
| 95 |
|
| 96 |
</details>
|
| 97 |
|
|
|
|
| 104 |
| Small | `yolo11s-det-coco.tflite` | [Download](https://huggingface.co/EdgeFirst/yolo11-det/resolve/main/tflite/yolo11s-det-coco.tflite) |
|
| 105 |
| Medium | `yolo11m-det-coco.tflite` | [Download](https://huggingface.co/EdgeFirst/yolo11-det/resolve/main/tflite/yolo11m-det-coco.tflite) |
|
| 106 |
| Large | `yolo11l-det-coco.tflite` | [Download](https://huggingface.co/EdgeFirst/yolo11-det/resolve/main/tflite/yolo11l-det-coco.tflite) |
|
| 107 |
+
| XLarge | `yolo11x-det-coco.tflite` | [Download](https://huggingface.co/EdgeFirst/yolo11-det/resolve/main/tflite/yolo11x-det-coco.tflite) |
|
| 108 |
|
| 109 |
</details>
|
| 110 |
|
|
|
|
| 149 |
```
|
| 150 |
|
| 151 |
|
| 152 |
+
*Full pipeline documentation: [EdgeFirst GStreamer Plugins](https://github.com/EdgeFirstAI/gstreamer)*
|
| 153 |
|
| 154 |
---
|
| 155 |
|
|
|
|
| 170 |
print(f"{det.label}: {det.confidence:.2f} at {det.bbox}")
|
| 171 |
```
|
| 172 |
|
| 173 |
+
*[EdgeFirst HAL](https://github.com/EdgeFirstAI/hal) β Hardware abstraction layer with accelerated inference delegates.*
|
| 174 |
|
| 175 |
---
|
| 176 |
|
|
|
|
| 186 |
| `yolo11n-det-coco-grey.onnx` | GREY (1ch) | Monochrome / IR sensors |
|
| 187 |
| `yolo11n-det-coco-yuyv.onnx` | YUYV (2ch) | Raw sensor bypass |
|
| 188 |
|
| 189 |
+
*Train CameraAdaptor models with [EdgeFirst Studio](https://edgefirst.studio) β the CameraAdaptor layer is automatically inserted during training.*
|
| 190 |
|
| 191 |
---
|
| 192 |
|
| 193 |
## Train Your Own with EdgeFirst Studio
|
| 194 |
|
| 195 |
+
Train on your own dataset with [**EdgeFirst Studio**](https://edgefirst.studio):
|
| 196 |
+
|
| 197 |
+
- **Free tier** includes YOLO training with automatic INT8 quantization and edge deployment
|
| 198 |
+
- Upload datasets via [EdgeFirst Recorder](https://github.com/EdgeFirstAI/recorder) or COCO/YOLO format
|
| 199 |
+
- AI-assisted annotation with auto-labeling
|
| 200 |
+
- CameraAdaptor integration for native sensor format training
|
| 201 |
+
- Deploy trained models to edge devices via [EdgeFirst Client](https://github.com/EdgeFirstAI/client)
|
| 202 |
|
| 203 |
---
|
| 204 |
|