Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Car Damage Segmentation YOLOv11 Model
|
2 |
|
3 |
## Model Overview
|
@@ -106,4 +115,4 @@ for result in results:
|
|
106 |
- Works best with clear, well-lit images of vehicles
|
107 |
|
108 |
## License
|
109 |
-
This model is available under the [insert license type].
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- harpreetsahota/CarDD
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
base_model:
|
7 |
+
- Ultralytics/YOLO11
|
8 |
+
pipeline_tag: image-segmentation
|
9 |
+
---
|
10 |
# Car Damage Segmentation YOLOv11 Model
|
11 |
|
12 |
## Model Overview
|
|
|
115 |
- Works best with clear, well-lit images of vehicles
|
116 |
|
117 |
## License
|
118 |
+
This model is available under the [insert license type].
|