Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,56 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
---
|
| 4 |
+
---
|
| 5 |
+
license: cc-by-nc-4.0
|
| 6 |
+
---
|
| 7 |
+
# Hand Gesture YOLOv8 (ONNX INT8)
|
| 8 |
+
## Overview
|
| 9 |
+
This repository contains a YOLOv8 nano model trained for real-time hand gesture detection and optimized for edge and mobile devices.
|
| 10 |
+
|
| 11 |
+
The model is exported to ONNX format and quantized to INT8 for efficient on-device inference.
|
| 12 |
+
|
| 13 |
+
## Model Details
|
| 14 |
+
- **Architecture:** YOLOv8n (Nano)
|
| 15 |
+
- **Task:** Hand gesture detection
|
| 16 |
+
- **Format:** ONNX
|
| 17 |
+
- **Precision:** INT8 (W8A8)
|
| 18 |
+
- **Input size:** 640 × 640
|
| 19 |
+
- **Classes:**
|
| 20 |
+
- hand-gestures
|
| 21 |
+
- left
|
| 22 |
+
- right
|
| 23 |
+
- stop
|
| 24 |
+
- mvefrd
|
| 25 |
+
|
| 26 |
+
## Included Assets
|
| 27 |
+
- `hand_gesture_yolo_onnx_w8a8.zip`
|
| 28 |
+
- `model.onnx`
|
| 29 |
+
- `tool_versions.yaml`
|
| 30 |
+
- `data.yaml`
|
| 31 |
+
|
| 32 |
+
Each ZIP follows the Qualcomm AI Hub Community contribution guidelines.
|
| 33 |
+
|
| 34 |
+
## Training Summary
|
| 35 |
+
- Dataset size: 330 images
|
| 36 |
+
- Training platform: Kaggle (NVIDIA Tesla T4)
|
| 37 |
+
- Framework: Ultralytics YOLOv8
|
| 38 |
+
- Quantization: ONNX INT8
|
| 39 |
+
|
| 40 |
+
## Intended Use
|
| 41 |
+
- Edge AI applications
|
| 42 |
+
- Gesture-based interfaces
|
| 43 |
+
- Touchless controls
|
| 44 |
+
- Academic and research purposes
|
| 45 |
+
|
| 46 |
+
## Limitations
|
| 47 |
+
- The model is trained on a small dataset and may not generalize to all lighting conditions or camera angles.
|
| 48 |
+
- Performance may vary depending on device and runtime.
|
| 49 |
+
|
| 50 |
+
## License
|
| 51 |
+
This model is released under the **CC BY-NC 4.0** license.
|
| 52 |
+
|
| 53 |
+
**Commercial use is not permitted.**
|
| 54 |
+
|
| 55 |
+
## Disclaimer
|
| 56 |
+
This is a community-contributed model and is not officially verified or supported by Qualcomm. Use at your own discretion.
|