Instructions to use usyd-community/vitpose-base-simple with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use usyd-community/vitpose-base-simple with Transformers:
# Load model directly from transformers import AutoImageProcessor, VitPoseForPoseEstimation processor = AutoImageProcessor.from_pretrained("usyd-community/vitpose-base-simple") model = VitPoseForPoseEstimation.from_pretrained("usyd-community/vitpose-base-simple") - Notebooks
- Google Colab
- Kaggle
Thank you for making it available!
#1
by harpreetsahota - opened
Thank you so much for taking the time and effort to make this model available via Transformers!
For anyone who is interested, I have built a plugin for the model so that you can run it easily on a FiftyOne Dataset.
You can see details here: https://github.com/harpreetsahota204/vitpose-plugin/
If there are any questions with the plugin, please feel free to open an issue.
Thanks again!