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