Instructions to use ufdatastudio/vit-pose with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ufdatastudio/vit-pose with Transformers:
# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("ufdatastudio/vit-pose") model = AutoModelForImageClassification.from_pretrained("ufdatastudio/vit-pose") - Notebooks
- Google Colab
- Kaggle