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

  • Log In
  • Sign Up

Laudando-Associates-LLC
/
d-fine

Object Detection
PyTorch
ONNX
Safetensors
Transformers
English
d_fine
AgTech
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Laudando-Associates-LLC/d-fine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Laudando-Associates-LLC/d-fine with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="Laudando-Associates-LLC/d-fine", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Laudando-Associates-LLC/d-fine", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
d-fine
17.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 74 commits
jagennath-hari's picture
jagennath-hari
Update README.md
aebb7ea verified 12 months ago
  • assets
    update README.md 12 months ago
  • .gitattributes
    1.56 kB
    update README.md 12 months ago
  • README.md
    10.3 kB
    Update README.md 12 months ago
  • config.json
    145 Bytes
    update json 12 months ago
  • preprocessor_config.json
    158 Bytes
    update json 12 months ago
  • processor_dfine.py
    2.37 kB
    add D-Fine preprocessor 12 months ago
  • requirements.txt
    52 Bytes
    update requirements.txt 12 months ago