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

  • Log In
  • Sign Up

AnnaZhang
/
lwdetr_large_60e_coco

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

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

  • Libraries
  • Transformers

    How to use AnnaZhang/lwdetr_large_60e_coco with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="AnnaZhang/lwdetr_large_60e_coco")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("AnnaZhang/lwdetr_large_60e_coco")
    model = AutoModelForObjectDetection.from_pretrained("AnnaZhang/lwdetr_large_60e_coco")
  • Notebooks
  • Google Colab
  • Kaggle
lwdetr_large_60e_coco
187 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
AnnaZhang's picture
AnnaZhang
Upload folder using huggingface_hub
1a96e26 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    5.48 kB
    Upload folder using huggingface_hub 4 months ago
  • config.json
    5.73 kB
    Upload folder using huggingface_hub 4 months ago
  • model.safetensors
    187 MB
    xet
    Upload folder using huggingface_hub 4 months ago
  • preprocessor_config.json
    450 Bytes
    Upload folder using huggingface_hub 4 months ago