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

  • Log In
  • Sign Up

MedicalVision
/
test_remove_2

Object Detection
Transformers
Safetensors
yolos
Model card Files Files and versions
xet
Community

Instructions to use MedicalVision/test_remove_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use MedicalVision/test_remove_2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="MedicalVision/test_remove_2")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("MedicalVision/test_remove_2")
    model = AutoModelForObjectDetection.from_pretrained("MedicalVision/test_remove_2")
  • Notebooks
  • Google Colab
  • Kaggle
test_remove_2
26.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 22 commits
npvinHnivqn's picture
npvinHnivqn
Update file
00ae950 verified over 1 year ago
  • examples
    Update file over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    2.41 kB
    Update README file over 1 year ago
  • config.json
    1.58 kB
    Upload YolosForObjectDetection over 1 year ago
  • example.png
    461 kB
    Update README file over 1 year ago
  • model.safetensors
    25.9 MB
    xet
    Upload YolosForObjectDetection over 1 year ago
  • preprocessor_config.json
    456 Bytes
    Upload processor over 1 year ago