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

agni1024
/
yolos-pocket

Object Detection
Transformers
PyTorch
English
yolos
YOLOS
Object detection
Model card Files Files and versions
xet
Community
2

Instructions to use agni1024/yolos-pocket with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use agni1024/yolos-pocket with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="agni1024/yolos-pocket")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("agni1024/yolos-pocket")
    model = AutoModelForObjectDetection.from_pretrained("agni1024/yolos-pocket", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
yolos-pocket
123 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 13 commits
agni1024's picture
agni1024
Update config.json
1bb2f88 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    271 Bytes
    Create README.md (#1) over 2 years ago
  • config.json
    862 Bytes
    Update config.json over 2 years ago
  • preprocessor_config.json
    274 Bytes
    Create preprocessor_config.json over 2 years ago
  • pytorch_model.bin
    123 MB
    xet
    Rename pytorch_model (1).bin to pytorch_model.bin over 2 years ago