Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +3 -1
- index.html +13 -0
- social-card.png +3 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,4 @@ saved_model/**/* 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
|
|
|
|
|
|
| 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
|
| 40 |
+
social-card.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,11 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
title: EdgeFirst
|
| 3 |
emoji: 🔬
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: red
|
| 6 |
sdk: static
|
| 7 |
pinned: true
|
| 8 |
license: apache-2.0
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# EdgeFirst Model Zoo
|
|
|
|
| 1 |
---
|
| 2 |
+
title: EdgeFirst Model Zoo
|
| 3 |
emoji: 🔬
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: red
|
| 6 |
sdk: static
|
| 7 |
pinned: true
|
| 8 |
license: apache-2.0
|
| 9 |
+
short_description: Multi-platform model zoo validated on real edge hardware
|
| 10 |
+
thumbnail: https://huggingface.co/spaces/EdgeFirst/Models/resolve/main/social-card.png
|
| 11 |
---
|
| 12 |
|
| 13 |
# EdgeFirst Model Zoo
|
index.html
CHANGED
|
@@ -3,6 +3,19 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<title>EdgeFirst Model Zoo — Models, Platforms & Benchmarks</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.5.0/dist/chart.umd.js" integrity="sha384-iU8HYtnGQ8Cy4zl7gbNMOhsDTTKX02BTXptVP/vqAWIaTfM7isw76iyZCsjL2eVi" crossorigin="anonymous"></script>
|
| 7 |
<style>
|
| 8 |
:root {
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<title>EdgeFirst Model Zoo — Models, Platforms & Benchmarks</title>
|
| 6 |
+
<meta name="description" content="Multi-platform, multi-model zoo with full profiling and validation results. COCO accuracy and on-target FPS for YOLO families across NXP i.MX, ARA240, Hailo, Jetson, and desktop — every number traceable to a public EdgeFirst Studio validation session." />
|
| 7 |
+
<meta property="og:type" content="website" />
|
| 8 |
+
<meta property="og:site_name" content="EdgeFirst Model Zoo" />
|
| 9 |
+
<meta property="og:title" content="EdgeFirst Model Zoo — Models, Platforms & Benchmarks" />
|
| 10 |
+
<meta property="og:description" content="Multi-platform, multi-model zoo with full profiling and validation results. COCO accuracy and on-target FPS, traceable to public EdgeFirst Studio validation sessions." />
|
| 11 |
+
<meta property="og:image" content="https://huggingface.co/spaces/EdgeFirst/Models/resolve/main/social-card.png" />
|
| 12 |
+
<meta property="og:image:width" content="1200" />
|
| 13 |
+
<meta property="og:image:height" content="630" />
|
| 14 |
+
<meta property="og:url" content="https://huggingface.co/spaces/EdgeFirst/Models" />
|
| 15 |
+
<meta name="twitter:card" content="summary_large_image" />
|
| 16 |
+
<meta name="twitter:title" content="EdgeFirst Model Zoo — Models, Platforms & Benchmarks" />
|
| 17 |
+
<meta name="twitter:description" content="Multi-platform, multi-model zoo with full profiling and validation results. COCO accuracy and on-target FPS, traceable to public EdgeFirst Studio validation sessions." />
|
| 18 |
+
<meta name="twitter:image" content="https://huggingface.co/spaces/EdgeFirst/Models/resolve/main/social-card.png" />
|
| 19 |
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.5.0/dist/chart.umd.js" integrity="sha384-iU8HYtnGQ8Cy4zl7gbNMOhsDTTKX02BTXptVP/vqAWIaTfM7isw76iyZCsjL2eVi" crossorigin="anonymous"></script>
|
| 20 |
<style>
|
| 21 |
:root {
|
social-card.png
ADDED
|
Git LFS Details
|