Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
2 |
# YOLO Custom Model
|
3 |
|
4 |
This is a YOLO model trained on custom data.
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
tags:
|
4 |
+
- yolov11
|
5 |
+
- object-detection
|
6 |
+
- pytorch
|
7 |
+
- computer-vision
|
8 |
+
library_name: ultralytics
|
9 |
+
pipeline_tag: object-detection
|
10 |
+
datasets: custom
|
11 |
+
license: mit
|
12 |
+
---
|
13 |
|
14 |
+
# YOLO Custom Model
|
15 |
# YOLO Custom Model
|
16 |
|
17 |
This is a YOLO model trained on custom data.
|