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

  • Log In
  • Sign Up

hustvl
/
yolos-tiny

Object Detection
Transformers
PyTorch
Safetensors
yolos
vision
Model card Files Files and versions
xet
Community
10

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

  • Libraries
  • Transformers

    How to use hustvl/yolos-tiny with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="hustvl/yolos-tiny")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("hustvl/yolos-tiny")
    model = AutoModelForObjectDetection.from_pretrained("hustvl/yolos-tiny")
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Adding ONNX file of this model

#10 opened over 1 year ago by
trylion

how to train and get files

1
#9 opened almost 2 years ago by
gghsgn

[AUTOMATED] Model Memory Requirements

#8 opened about 2 years ago by
model-sizer-bot

[AUTOMATED] Model Memory Requirements

#7 opened about 2 years ago by
model-sizer-bot

ImportError: cannot import name 'YolosImageProcessor' from 'transformers'

1
#6 opened over 2 years ago by
tankzhang

Adding `safetensors` variant of this model

#3 opened about 3 years ago by
SFconvertbot

Does it support fine-tunne (custom model training)

1
#2 opened about 3 years ago by
Haonan

mAP drop

#1 opened over 3 years ago by
mhyatt000
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs