Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
-
---
|
2 |
-
license: agpl-3.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: agpl-3.0
|
3 |
+
pipeline_tag: object-detection
|
4 |
+
library_name: ultralytics
|
5 |
+
library_version: 8.3.86
|
6 |
+
tags:
|
7 |
+
- ultralytics
|
8 |
+
- object-detection
|
9 |
+
- yolo
|
10 |
+
- yolov12
|
11 |
+
base_model: Ultralytics/YOLOv12
|
12 |
+
---
|
13 |
+
|
14 |
+
## General description
|
15 |
+
All of Ultralytics' Yolo V12 models [model fined tuned](https://docs.ultralytics.com/modes/train/) for billboard detection using the [Billboard dataset](https://universe.roboflow.com/arslan-ongr8/billboard-xlvz1).
|
16 |
+
|
17 |
+
|
18 |
+
|
19 |
+
Created by [Mark Colley](https://m-colley.github.io/).
|