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")