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")
The community tab is the place to discuss and collaborate with the HF community!