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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

AnnaZhang
/
lwdetr_large_30e_objects365

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

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

  • Libraries
  • Transformers

    How to use AnnaZhang/lwdetr_large_30e_objects365 with Transformers:

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