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

  • Log In
  • Sign Up

merve
/
rf-detr-segmentation

Image Segmentation
Transformers
Safetensors
rf_detr
instance-segmentation
vision
Model card Files Files and versions
xet
Community

Instructions to use merve/rf-detr-segmentation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use merve/rf-detr-segmentation with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="merve/rf-detr-segmentation")
    # Load model directly
    from transformers import AutoImageProcessor, RfDetrForInstanceSegmentation
    
    processor = AutoImageProcessor.from_pretrained("merve/rf-detr-segmentation")
    model = RfDetrForInstanceSegmentation.from_pretrained("merve/rf-detr-segmentation")
  • Notebooks
  • Google Colab
  • Kaggle
rf-detr-segmentation
137 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
merve's picture
merve HF Staff
Initial commit
4b871e5 about 16 hours ago
  • .gitattributes
    1.52 kB
    Initial commit about 16 hours ago
  • README.md
    3.81 kB
    Initial commit about 16 hours ago
  • config.json
    5.78 kB
    Initial commit about 16 hours ago
  • model.safetensors
    137 MB
    xet
    Initial commit about 16 hours ago
  • preprocessor_config.json
    440 Bytes
    Initial commit about 16 hours ago