Update README.md
Browse files
README.md
CHANGED
|
@@ -145,3 +145,18 @@ Base model: YOLOv8n (Nano)
|
|
| 145 |
<img alt= "Confusion Matrix" src="https://huggingface.co/cvtechniques/VideoGameHandGestures/resolve/main/confusion_matrix_normalized.png" width="1100" height="700"></img>
|
| 146 |
<img alt= "F1 Curve" src="https://huggingface.co/cvtechniques/VideoGameHandGestures/resolve/main/BoxF1_curve.png" width="1100" height="700"></img>
|
| 147 |
<img alt= "Precision-Recall Curve" src="https://huggingface.co/cvtechniques/VideoGameHandGestures/resolve/main/BoxPR_curve.png" width="1100" height="700"></img>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 145 |
<img alt= "Confusion Matrix" src="https://huggingface.co/cvtechniques/VideoGameHandGestures/resolve/main/confusion_matrix_normalized.png" width="1100" height="700"></img>
|
| 146 |
<img alt= "F1 Curve" src="https://huggingface.co/cvtechniques/VideoGameHandGestures/resolve/main/BoxF1_curve.png" width="1100" height="700"></img>
|
| 147 |
<img alt= "Precision-Recall Curve" src="https://huggingface.co/cvtechniques/VideoGameHandGestures/resolve/main/BoxPR_curve.png" width="1100" height="700"></img>
|
| 148 |
+
|
| 149 |
+
### Performance Analysis
|
| 150 |
+
The model achieved high precision and recall across all gesture classes, indicating strong detection performance on the test set.
|
| 151 |
+
|
| 152 |
+
Several factors contributed to this performance:
|
| 153 |
+
* A small number of distinct gesture classes
|
| 154 |
+
* Highly visible and consistent hand poses
|
| 155 |
+
* A balanced dataset for most classes
|
| 156 |
+
However, the dataset size is relatively small, which may inflate evaluation scores and limit generalization.
|
| 157 |
+
|
| 158 |
+
Failure cases were observed in several situations:
|
| 159 |
+
* Complex or cluttered backgrounds
|
| 160 |
+
* Low confidence detections
|
| 161 |
+
* Ambiguous or blurred gesture poses
|
| 162 |
+
These issues highlight areas where the model could be improved with more diverse training data.
|