Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

danelcsb
/
vitpose-base-simple

Keypoint Detection
Transformers
Safetensors
English
vitpose
Model card Files Files and versions
xet
Community

Instructions to use danelcsb/vitpose-base-simple with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use danelcsb/vitpose-base-simple with Transformers:

    # Load model directly
    from transformers import AutoImageProcessor, VitPoseForPoseEstimation
    
    processor = AutoImageProcessor.from_pretrained("danelcsb/vitpose-base-simple")
    model = VitPoseForPoseEstimation.from_pretrained("danelcsb/vitpose-base-simple")
  • Notebooks
  • Google Colab
  • Kaggle
vitpose-base-simple
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
danelcsb's picture
danelcsb
Update README.md
42e0e5b verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    10.7 kB
    Update README.md over 1 year ago
  • config.json
    1.8 kB
    Upload VitPoseForPoseEstimation over 1 year ago
  • model.safetensors
    344 MB
    xet
    Upload VitPoseForPoseEstimation over 1 year ago
  • preprocessor_config.json
    363 Bytes
    Upload processor over 1 year ago