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

Dricz
/
gun-obj-detection

Object Detection
Transformers
TensorBoard
Safetensors
detr
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Dricz/gun-obj-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Dricz/gun-obj-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="Dricz/gun-obj-detection")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("Dricz/gun-obj-detection")
    model = AutoModelForObjectDetection.from_pretrained("Dricz/gun-obj-detection", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
gun-obj-detection / runs
50.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
Dricz's picture
Dricz
End of training
5446cc6 verified over 2 years ago
  • Mar16_15-49-10_a1e51468cfa9
    Training in progress, step 2800 over 2 years ago
  • Mar16_17-45-49_3d7f1e1461c7
    End of training over 2 years ago
  • Mar17_05-07-13_9ad8c32e867b
    Training in progress, step 200 over 2 years ago
  • Mar17_05-08-15_9ad8c32e867b
    End of training over 2 years ago