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