sebastientaylor commited on
Commit
d9c6f60
·
verified ·
1 Parent(s): 65e585d

Add workflow diagrams as PNG, describe model lifecycle and on-target validation

Browse files
.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

  • SHA256: 3cd34c1a01de82e7834583c230766f526fc5829817402c82662a88bfded494a2
  • Pointer size: 131 Bytes
  • Size of remote file: 133 kB
02-model-lifecycle.png ADDED

Git LFS Details

  • SHA256: a57d676b32277612f46698895de99a2c98d61143ab56a205b63164ed5076bb81
  • Pointer size: 131 Bytes
  • Size of remote file: 126 kB
03-on-target-validation.png ADDED

Git LFS Details

  • SHA256: dae552d4d0e9ec7c55ad4da2027d8e38b73aa1f8f5bc890484d38c8134ac219d
  • Pointer size: 131 Bytes
  • Size of remote file: 120 kB
04-coverage-matrix.png ADDED

Git LFS Details

  • SHA256: 26d22ff8b81dcf20ee1dc80ebc998ed947da0b4dfd8f62fbb5431bcab615eab8
  • Pointer size: 131 Bytes
  • Size of remote file: 123 kB
index.html CHANGED
@@ -209,13 +209,29 @@
209
  <h2>Workflow</h2>
210
 
211
  <div class="diagram-container">
212
- <img src="01-ecosystem.svg" 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 &mdash; 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 &mdash; 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 &mdash; load, preprocessing, NPU inference, and decode &mdash; 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">