Transformers How to use nielsr/vitpose-base-simple with Transformers:
# Load model directly
from transformers import AutoImageProcessor, ViTPoseForPoseEstimation
processor = AutoImageProcessor.from_pretrained("nielsr/vitpose-base-simple")
model = ViTPoseForPoseEstimation.from_pretrained("nielsr/vitpose-base-simple")