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

  • Log In
  • Sign Up

RationAI
/
LSP-DETR

Image Segmentation
Transformers
Safetensors
lsp_detr
object-detection
biology
custom_code
Model card Files Files and versions
xet
Community

Instructions to use RationAI/LSP-DETR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use RationAI/LSP-DETR with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="RationAI/LSP-DETR", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForObjectDetection
    model = AutoModelForObjectDetection.from_pretrained("RationAI/LSP-DETR", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
LSP-DETR
180 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 48 commits
matejpekar's picture
matejpekar
Update README.md
0dbc174 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.81 kB
    Update README.md 3 months ago
  • config.json
    1.03 kB
    Upload model 9 months ago
  • configuration.py
    2.27 kB
    Upload model 9 months ago
  • image_processing.py
    2.62 kB
    Upload processor 10 months ago
  • model.safetensors
    180 MB
    xet
    Upload model 9 months ago
  • modeling.py
    17.3 kB
    Upload model 9 months ago
  • preprocessor_config.json
    633 Bytes
    Upload processor 9 months ago