Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ShantyCam
/
dfine-x-obj2coco

Object Detection
Transformers
Safetensors
English
d_fine
vision
Model card Files Files and versions
xet
Community

Instructions to use ShantyCam/dfine-x-obj2coco with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ShantyCam/dfine-x-obj2coco with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="ShantyCam/dfine-x-obj2coco")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForObjectDetection
    
    tokenizer = AutoTokenizer.from_pretrained("ShantyCam/dfine-x-obj2coco")
    model = AutoModelForObjectDetection.from_pretrained("ShantyCam/dfine-x-obj2coco", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
dfine-x-obj2coco
252 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ivanroubicek's picture
ivanroubicek
mirror dfine-x-obj2coco (Apache-2.0)
57e113c verified 7 days ago
  • .gitattributes
    1.52 kB
    initial commit 7 days ago
  • MIRROR.md
    370 Bytes
    mirror dfine-x-obj2coco (Apache-2.0) 7 days ago
  • README.md
    2.82 kB
    mirror dfine-x-obj2coco (Apache-2.0) 7 days ago
  • config.json
    6.97 kB
    mirror dfine-x-obj2coco (Apache-2.0) 7 days ago
  • model.safetensors
    252 MB
    xet
    mirror dfine-x-obj2coco (Apache-2.0) 7 days ago
  • preprocessor_config.json
    470 Bytes
    mirror dfine-x-obj2coco (Apache-2.0) 7 days ago