Image Classification
ultralytics
TensorBoard
English
Tyre Quality
Tyre Classification
Image Classification
Machine Learning
Pytorch
Deep Learning
Computer Vision
Prediction
yolov8
yolo
TyreInspection
QualityControl
DefectDetection
AutomotiveAI
SafetyStandards
IndustrialAI
AIQualityAssessment
PredictiveMaintenance
AIModel
Eval Results (legacy)
Instructions to use foduucom/Tyre-Quality-Classification-AI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use foduucom/Tyre-Quality-Classification-AI with ultralytics:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("foduucom/Tyre-Quality-Classification-AI") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Commit ·
1539674
1
Parent(s): 2ae0151
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,15 @@ tags:
|
|
| 10 |
- Prediction
|
| 11 |
- yolov8
|
| 12 |
- yolo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
library_name: ultralytics
|
| 14 |
library_version: 8.0.43
|
| 15 |
language:
|
|
@@ -90,7 +99,7 @@ pip install ultralyticsplus==0.0.28 ultralytics==8.0.43
|
|
| 90 |
from ultralyticsplus import YOLO, render_result
|
| 91 |
|
| 92 |
# load model
|
| 93 |
-
model = YOLO('foduucom/Tyre-Quality-Classification')
|
| 94 |
|
| 95 |
# set model parameters
|
| 96 |
model.overrides['conf'] = 0.25 # NMS confidence threshold
|
|
|
|
| 10 |
- Prediction
|
| 11 |
- yolov8
|
| 12 |
- yolo
|
| 13 |
+
- TyreInspection
|
| 14 |
+
- QualityControl
|
| 15 |
+
- DefectDetection
|
| 16 |
+
- AutomotiveAI
|
| 17 |
+
- SafetyStandards
|
| 18 |
+
- IndustrialAI
|
| 19 |
+
- AIQualityAssessment
|
| 20 |
+
- PredictiveMaintenance
|
| 21 |
+
- AIModel
|
| 22 |
library_name: ultralytics
|
| 23 |
library_version: 8.0.43
|
| 24 |
language:
|
|
|
|
| 99 |
from ultralyticsplus import YOLO, render_result
|
| 100 |
|
| 101 |
# load model
|
| 102 |
+
model = YOLO('foduucom/Tyre-Quality-Classification-AI')
|
| 103 |
|
| 104 |
# set model parameters
|
| 105 |
model.overrides['conf'] = 0.25 # NMS confidence threshold
|