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
File size: 131 Bytes
65191ef | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:701efa907fa93fdf3abb42aa327c507ba8b08dcf0675b7adf577fd7abab7968b
size 270161
|