maco018 commited on
Commit
e19a6a5
·
verified ·
1 Parent(s): 8b2f4e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1,9 +1,22 @@
1
- # Custom YOLOv12 Model for Detecting Traffic Delineators
2
- This is a fine-tuned [YOLOv12](https://github.com/sunsmarterjie/yolov12) model trained on a custom dataset with over 4100 labled images to detect traffic delineators.
 
 
 
 
 
 
 
 
 
 
 
 
 
3
 
4
 
5
  ## Data details
6
- - Link to original dataset: https://app.roboflow.com/baschenk/traffic-delineators-detection/14
7
  - 4131 originally annotated labels
8
  - with augmentation: train set: 22918 images; valid set: 412 images; test set: 408 images
9
 
 
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
+ # Custom YOLOv12 Model for Detecting Traffic Delineators
15
+ This is a fine-tuned [YOLOv12](https://github.com/sunsmarterjie/yolov12) model trained on a custom dataset with over 4100 labeled images to detect traffic delineators.
16
 
17
 
18
  ## Data details
19
+ - Link to **original dataset**: https://app.roboflow.com/baschenk/traffic-delineators-detection/14
20
  - 4131 originally annotated labels
21
  - with augmentation: train set: 22918 images; valid set: 412 images; test set: 408 images
22