Xuban commited on
Commit
eece4b1
·
verified ·
1 Parent(s): 618fa70

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pretty_name: COCO 2017 LibreYOLO Assets
4
+ task_categories:
5
+ - object-detection
6
+ tags:
7
+ - coco
8
+ - yolo
9
+ - libreyolo
10
+ ---
11
+
12
+ # COCO 2017 LibreYOLO Assets
13
+
14
+ This dataset repository hosts small COCO 2017 helper assets used by LibreYOLO dataset YAML files.
15
+
16
+ Files:
17
+
18
+ - `instances_val2017.json`: official COCO 2017 validation instance annotations.
19
+ - `coco2017labels-libreyolo.zip`: YOLO-format train/val label files generated by LibreYOLO from the official COCO 2017 instance annotations.
20
+
21
+ No COCO images are included here. LibreYOLO downloads COCO images from the official COCO image hosts.
22
+
23
+ ## License and Attribution
24
+
25
+ The COCO annotations are licensed by the COCO Consortium under Creative Commons Attribution 4.0. The converted YOLO labels are derived from the official COCO 2017 train/val instance annotations and are provided under the same annotation license.
26
+
27
+ Attribution: COCO Consortium / Microsoft COCO dataset.
28
+
29
+ ## Conversion Notes
30
+
31
+ The YOLO label zip was generated locally by LibreYOLO from `instances_train2017.json` and `instances_val2017.json`.
32
+
33
+ - COCO categories are ordered by official `category_id`, matching LibreYOLO's COCO YAML class order.
34
+ - Bounding boxes are converted from COCO `xywh` pixels to normalized YOLO `class x_center y_center width height` rows.
35
+ - `iscrowd` annotations are omitted.
36
+ - Invalid or empty boxes are omitted.
37
+ - One `.txt` label file is written for every train/val image, including empty files for images without valid objects.
38
+
39
+ ## Checksums
40
+
41
+ ```text
42
+ instances_val2017.json
43
+ SHA256: E8C7F7908F1D7278341FAE127D0DA654F102F11BD7B21D8AEEFA635B8C810B6F
44
+
45
+ coco2017labels-libreyolo.zip
46
+ SHA256: BDDA16FD74809745D9FC303335DAD63E6D1FE85CA53B2C32A49C252587252CBB
47
+ ```