You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,8 @@ Each skill is a self-contained module with its own model, parameters, and [commu
60
60
|**Detection**|[`yolo-detection-2026`](skills/detection/yolo-detection-2026/)| Real-time 80+ class detection — auto-accelerated via TensorRT / CoreML / OpenVINO / ONNX | ✅|
61
61
||[`yolo-detection-2026-coral-tpu`](skills/detection/yolo-detection-2026-coral-tpu/)| Google Coral Edge TPU — ~4ms inference via USB accelerator ([LiteRT](#detection--segmentation-skills)) | 🧪 |
62
62
||[`yolo-detection-2026-openvino`](skills/detection/yolo-detection-2026-openvino/)| Intel NCS2 USB / Intel GPU / CPU — multi-device via OpenVINO ([architecture](#detection--segmentation-skills)) | 🧪 |
63
+
||`face-detection-recognition`| Face detection & recognition — identify known faces from camera feeds | 📐 |
64
+
||`license-plate-recognition`| License plate detection & recognition — read plate numbers from camera feeds | 📐 |
0 commit comments