Datasets:

Languages:
English
License:
BootsofLagrangian commited on
Commit
f1d98b9
1 Parent(s): 0fff4c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -18,6 +18,14 @@ This is a repository for subproject of [ULTIMA](https://huggingface.co/datasets/
18
 
19
  ULTIMA-YOLO contains yolo-format bounding box-image pair data.
20
 
 
 
 
 
 
 
 
 
21
  132 characters in Uma Musume are in ULTIMA-YOLO dataset.
22
 
23
  Trained Model based on [yolov9-e](https://github.com/WongKinYiu/yolov9) is in [here](https://huggingface.co/UmaDiffusion/ULTIMA-YOLOv9)
@@ -159,4 +167,3 @@ Trained Model based on [yolov9-e](https://github.com/WongKinYiu/yolov9) is in [h
159
  | Venus Paques | 37 | 2 | 0.935 | 1 | 0.995 | 0.796 |
160
  | Rigantona | 28 | 1 | 0.995 | 1 | 0.995 | 0.91 |
161
  | Sonon Elfie | 29 | 1 | 0.994 | 1 | 0.995 | 0.815 |
162
- ```
 
18
 
19
  ULTIMA-YOLO contains yolo-format bounding box-image pair data.
20
 
21
+
22
+ ```text
23
+ label_data.txt
24
+ [object_id] [x_center] [y_center] [width] [height]
25
+ [object_id] [x_center] [y_center] [width] [height]
26
+ ...
27
+ ```
28
+
29
  132 characters in Uma Musume are in ULTIMA-YOLO dataset.
30
 
31
  Trained Model based on [yolov9-e](https://github.com/WongKinYiu/yolov9) is in [here](https://huggingface.co/UmaDiffusion/ULTIMA-YOLOv9)
 
167
  | Venus Paques | 37 | 2 | 0.935 | 1 | 0.995 | 0.796 |
168
  | Rigantona | 28 | 1 | 0.995 | 1 | 0.995 | 0.91 |
169
  | Sonon Elfie | 29 | 1 | 0.994 | 1 | 0.995 | 0.815 |