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

cvtechniques
/
TrafficSignDetection

Object Detection
ultralytics
computer-vision
yolov11
traffic-sign-detection
Model card Files Files and versions
xet
Community

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

  • Libraries
  • ultralytics

    How to use cvtechniques/TrafficSignDetection with ultralytics:

    from ultralytics import YOLOvv11
    
    model = YOLOvv11.from_pretrained("cvtechniques/TrafficSignDetection")
    source = 'http://images.cocodataset.org/val2017/000000039769.jpg'
    model.predict(source=source, save=True)
  • Notebooks
  • Google Colab
  • Kaggle
TrafficSignDetection
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Dijyt's picture
Dijyt
Create README.md
19e6678 verified 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    7.67 kB
    Create README.md 2 months ago