Image Classification
TensorBoard
English
ultralytics
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
nehulagrawal
commited on
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
|