Instructions to use cvtechniques/VideoGameHandGestures with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use cvtechniques/VideoGameHandGestures with ultralytics:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("cvtechniques/VideoGameHandGestures") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -201,7 +201,7 @@ This model should not be used for:
|
|
| 201 |
|
| 202 |
### Sample Size Limitations
|
| 203 |
The dataset is relatively small for object detection training, which may limit generalization to new users or environments.
|
| 204 |
-
Future improvements
|
| 205 |
***
|
| 206 |
# Future Work
|
| 207 |
Potential improvements include:
|
|
|
|
| 201 |
|
| 202 |
### Sample Size Limitations
|
| 203 |
The dataset is relatively small for object detection training, which may limit generalization to new users or environments.
|
| 204 |
+
Future improvements to the model would likely be a larger and more diverse dataset. Best course of action would be to remove stock images dataset and culminate gesture videos using diverse individuals, backgrounds, etc.
|
| 205 |
***
|
| 206 |
# Future Work
|
| 207 |
Potential improvements include:
|