Image Classification
timm
English
vision
gesture-recognition
hand-gesture
vision-transformer
vit
hagrid
Instructions to use ntsrigaud/hagrid-vit-gesture with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use ntsrigaud/hagrid-vit-gesture with timm:
import timm model = timm.create_model("hf_hub:ntsrigaud/hagrid-vit-gesture", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Neil Taison Rigaud commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -99,7 +99,7 @@ This Vision Transformer (ViT-B/16) model is fine-tuned on the HaGRID dataset for
|
|
| 99 |
|
| 100 |
### Installation
|
| 101 |
```bash
|
| 102 |
-
pip install torch timm pillow opencv-python
|
| 103 |
```
|
| 104 |
|
| 105 |
### Quick Start
|
|
|
|
| 99 |
|
| 100 |
### Installation
|
| 101 |
```bash
|
| 102 |
+
pip install torch timm pillow opencv-python
|
| 103 |
```
|
| 104 |
|
| 105 |
### Quick Start
|