Add workflow diagrams as PNG, describe model lifecycle and on-target validation
Browse files- .gitattributes +4 -0
- 01-ecosystem.png +3 -0
- 02-model-lifecycle.png +3 -0
- 03-on-target-validation.png +3 -0
- 04-coverage-matrix.png +3 -0
- index.html +17 -1
.gitattributes
CHANGED
|
@@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
01-ecosystem.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
02-model-lifecycle.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
03-on-target-validation.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
04-coverage-matrix.png filter=lfs diff=lfs merge=lfs -text
|
01-ecosystem.png
ADDED
|
Git LFS Details
|
02-model-lifecycle.png
ADDED
|
Git LFS Details
|
03-on-target-validation.png
ADDED
|
Git LFS Details
|
04-coverage-matrix.png
ADDED
|
Git LFS Details
|
index.html
CHANGED
|
@@ -209,13 +209,29 @@
|
|
| 209 |
<h2>Workflow</h2>
|
| 210 |
|
| 211 |
<div class="diagram-container">
|
| 212 |
-
<img src="01-ecosystem.
|
| 213 |
</div>
|
| 214 |
|
| 215 |
<p>
|
| 216 |
Every model in the EdgeFirst Model Zoo passes through a validated pipeline. <a href="https://edgefirst.studio"><strong>EdgeFirst Studio</strong></a> manages datasets, training, multi-format export (ONNX, TFLite INT8, eIQ Neutron, Kinara DVM, HailoRT HEF, TensorRT), and reference validation. Models are then deployed to our board farm for <strong>full-dataset on-target validation</strong> on real hardware — measuring both accuracy (mAP) and detailed timing breakdown per device. Results are published here on HuggingFace with per-platform performance tables.
|
| 217 |
</p>
|
| 218 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 219 |
<h2>Supported Hardware</h2>
|
| 220 |
<div class="badges">
|
| 221 |
<img src="https://img.shields.io/badge/NXP-i.MX_8M_Plus-3E3371?style=flat-square&logoColor=white" alt="NXP i.MX 8M Plus">
|
|
|
|
| 209 |
<h2>Workflow</h2>
|
| 210 |
|
| 211 |
<div class="diagram-container">
|
| 212 |
+
<img src="01-ecosystem.png" alt="EdgeFirst Model Zoo Ecosystem: Training, Validation, and Publication Workflow">
|
| 213 |
</div>
|
| 214 |
|
| 215 |
<p>
|
| 216 |
Every model in the EdgeFirst Model Zoo passes through a validated pipeline. <a href="https://edgefirst.studio"><strong>EdgeFirst Studio</strong></a> manages datasets, training, multi-format export (ONNX, TFLite INT8, eIQ Neutron, Kinara DVM, HailoRT HEF, TensorRT), and reference validation. Models are then deployed to our board farm for <strong>full-dataset on-target validation</strong> on real hardware — measuring both accuracy (mAP) and detailed timing breakdown per device. Results are published here on HuggingFace with per-platform performance tables.
|
| 217 |
</p>
|
| 218 |
|
| 219 |
+
<h2>Model Lifecycle</h2>
|
| 220 |
+
|
| 221 |
+
<div class="diagram-container">
|
| 222 |
+
<img src="02-model-lifecycle.png" alt="Model Lifecycle: 5 stages from training to publication">
|
| 223 |
+
</div>
|
| 224 |
+
|
| 225 |
+
<h2>On-Target Validation</h2>
|
| 226 |
+
|
| 227 |
+
<div class="diagram-container">
|
| 228 |
+
<img src="03-on-target-validation.png" alt="On-Target Validation Pipeline: full dataset validation on real hardware">
|
| 229 |
+
</div>
|
| 230 |
+
|
| 231 |
+
<p>
|
| 232 |
+
Unlike desktop-only benchmarks, EdgeFirst validates every model on <strong>real target hardware</strong> with the full dataset. Each device produces both accuracy metrics (mAP) and a detailed timing breakdown — load, preprocessing, NPU inference, and decode — so you know exactly how a model performs on your specific platform.
|
| 233 |
+
</p>
|
| 234 |
+
|
| 235 |
<h2>Supported Hardware</h2>
|
| 236 |
<div class="badges">
|
| 237 |
<img src="https://img.shields.io/badge/NXP-i.MX_8M_Plus-3E3371?style=flat-square&logoColor=white" alt="NXP i.MX 8M Plus">
|