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