Instructions to use opengait/OpenGait with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use opengait/OpenGait with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("opengait/OpenGait", device_map="auto") - Notebooks
- Google Colab
- Kaggle
CASIA-E
#3
by ponus - opened
No description provided.
Leeeung changed pull request status to merged