Feature Extraction
Transformers
PyTorch
English
motion
vqvae
motion-tokenization
motion-generation
human-motion
vector-quantization
Instructions to use khania/motion-mgvqvae with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use khania/motion-mgvqvae with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="khania/motion-mgvqvae")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("khania/motion-mgvqvae", dtype="auto") - Notebooks
- Google Colab
- Kaggle