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
Update README.md
Browse files
README.md
CHANGED
|
@@ -175,7 +175,6 @@ Training environment:
|
|
| 175 |
| Learning Rate | 0.01 |
|
| 176 |
| Weight Decay | 0.0005 |
|
| 177 |
|
| 178 |
-
Early stopping patience was set to **100 epochs**.
|
| 179 |
|
| 180 |
---
|
| 181 |
|
|
|
|
| 175 |
| Learning Rate | 0.01 |
|
| 176 |
| Weight Decay | 0.0005 |
|
| 177 |
|
|
|
|
| 178 |
|
| 179 |
---
|
| 180 |
|