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
|
@@ -17,7 +17,8 @@ The model was trained from pretrained YOLOv8n weights and fine-tuned on a custom
|
|
| 17 |
|
| 18 |
# Training Data
|
| 19 |
### Dataset Sources
|
| 20 |
-
*
|
|
|
|
| 21 |
Rock-Paper-Scissors dataset
|
| 22 |
* Source: Roboflow Universe
|
| 23 |
* Creator: Audrey
|
|
|
|
| 17 |
|
| 18 |
# Training Data
|
| 19 |
### Dataset Sources
|
| 20 |
+
*The training dataset was constructed from two sources:*
|
| 21 |
+
|
| 22 |
Rock-Paper-Scissors dataset
|
| 23 |
* Source: Roboflow Universe
|
| 24 |
* Creator: Audrey
|