Skip to content

Commit 0f9ec05

Browse files
committed
chore: remove unimplemented skills, add homesafe-bench to README
- Remove vlm-scene-analysis (planned, not implemented) - Remove dinov3-grounding (planned, not implemented) - Remove person-recognition (planned, not implemented) - Add homesafe-bench to skill catalog table (was missing)
1 parent 3af15f4 commit 0f9ec05

File tree

10 files changed

+1
-745
lines changed

10 files changed

+1
-745
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ Each skill is a self-contained module with its own model, parameters, and [commu
4040
| Category | Skill | What It Does | Status |
4141
|----------|-------|--------------|:------:|
4242
| **Detection** | [`yolo-detection-2026`](skills/detection/yolo-detection-2026/) | Real-time 80+ class detection — auto-accelerated via TensorRT / CoreML / OpenVINO / ONNX ||
43-
| | [`dinov3-grounding`](skills/detection/dinov3-grounding/) | Open-vocabulary detection — describe what to find | 📐 |
44-
| | [`person-recognition`](skills/detection/person-recognition/) | Re-identify individuals across cameras | 📐 |
4543
| **Analysis** | [`home-security-benchmark`](skills/analysis/home-security-benchmark/) | [143-test evaluation suite](#-homesec-bench--how-secure-is-your-local-ai) for LLM & VLM security performance ||
4644
| | [`smarthome-bench`](skills/analysis/smarthome-bench/) | Video anomaly detection benchmark — 105 clips across 7 smart home categories ||
47-
| | [`vlm-scene-analysis`](skills/analysis/vlm-scene-analysis/) | Describe what happened in recorded clips | 📐 |
45+
| | [`homesafe-bench`](skills/analysis/homesafe-bench/) | Indoor safety hazard detection — 40 tests across 5 categories | |
4846
| | [`sam2-segmentation`](skills/analysis/sam2-segmentation/) | Click-to-segment with pixel-perfect masks | 📐 |
4947
| **Transformation** | [`depth-estimation`](skills/transformation/depth-estimation/) | Monocular depth maps with Depth Anything v2 | 📐 |
5048
| **Annotation** | [`dataset-annotation`](skills/annotation/dataset-annotation/) | AI-assisted labeling → COCO export | 📐 |

skills/analysis/vlm-scene-analysis/SKILL.md

Lines changed: 0 additions & 86 deletions
This file was deleted.

skills/analysis/vlm-scene-analysis/requirements.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

skills/analysis/vlm-scene-analysis/scripts/analyze.py

Lines changed: 0 additions & 149 deletions
This file was deleted.

skills/detection/dinov3-grounding/SKILL.md

Lines changed: 0 additions & 84 deletions
This file was deleted.

skills/detection/dinov3-grounding/requirements.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)