Add component: Detection Viewer
#11
by
hysts HF Staff - opened
- assets/detection-viewer.webp +3 -0
- components/detection-viewer.json +0 -0
- manifest.json +15 -9
assets/detection-viewer.webp
ADDED
|
Git LFS Details
|
components/detection-viewer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
manifest.json
CHANGED
|
@@ -11,15 +11,6 @@
|
|
| 11 |
"category": "Input",
|
| 12 |
"repo_url": "https://huggingface.co/spaces/multimodalart/qwen-image-multiple-angles-3d-camera/"
|
| 13 |
},
|
| 14 |
-
{
|
| 15 |
-
"id": "detection-viewer",
|
| 16 |
-
"name": "Detection Viewer",
|
| 17 |
-
"description": "Rich viewer for object detection model outputs",
|
| 18 |
-
"author": "hysts",
|
| 19 |
-
"tags": [],
|
| 20 |
-
"category": "display",
|
| 21 |
-
"repo_url": "https://github.com/hysts/gradio-detection-viewer/"
|
| 22 |
-
},
|
| 23 |
{
|
| 24 |
"id": "contribution-heatmap",
|
| 25 |
"name": "Contribution Heatmap",
|
|
@@ -191,5 +182,20 @@
|
|
| 191 |
"segmentation"
|
| 192 |
],
|
| 193 |
"repo_url": "https://github.com/hysts/gradio-trimap-editor"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 194 |
}
|
| 195 |
]
|
|
|
|
| 11 |
"category": "Input",
|
| 12 |
"repo_url": "https://huggingface.co/spaces/multimodalart/qwen-image-multiple-angles-3d-camera/"
|
| 13 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
{
|
| 15 |
"id": "contribution-heatmap",
|
| 16 |
"name": "Contribution Heatmap",
|
|
|
|
| 182 |
"segmentation"
|
| 183 |
],
|
| 184 |
"repo_url": "https://github.com/hysts/gradio-trimap-editor"
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"id": "detection-viewer",
|
| 188 |
+
"name": "Detection Viewer",
|
| 189 |
+
"description": "Visualize object detection results — bounding boxes, segmentation masks, human pose keypoints, skeleton connections, and confidence scores.",
|
| 190 |
+
"author": "hysts",
|
| 191 |
+
"tags": [
|
| 192 |
+
"object detection",
|
| 193 |
+
"instance segmentation",
|
| 194 |
+
"human pose estimation",
|
| 195 |
+
"bounding box",
|
| 196 |
+
"keypoints",
|
| 197 |
+
"visualization"
|
| 198 |
+
],
|
| 199 |
+
"repo_url": "https://github.com/hysts/gradio-detection-viewer"
|
| 200 |
}
|
| 201 |
]
|