lxxyyzz dek8v5 commited on
Commit
8a8d332
·
0 Parent(s):

Duplicate from dek8v5/MaizeSeedlingDetectionDataset_MSDD

Browse files

Co-authored-by: Dewi Endah Kharismawati <dek8v5@users.noreply.huggingface.co>

Files changed (7) hide show
  1. .gitattributes +60 -0
  2. README.md +167 -0
  3. test.zip +3 -0
  4. training.zip +3 -0
  5. validation.zip +3 -0
  6. yolov11-v12_data.yaml +10 -0
  7. yolov9_data.yaml +9 -0
.gitattributes ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.avro filter=lfs diff=lfs merge=lfs -text
4
+ *.bin filter=lfs diff=lfs merge=lfs -text
5
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
6
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
7
+ *.ftz filter=lfs diff=lfs merge=lfs -text
8
+ *.gz filter=lfs diff=lfs merge=lfs -text
9
+ *.h5 filter=lfs diff=lfs merge=lfs -text
10
+ *.joblib filter=lfs diff=lfs merge=lfs -text
11
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
12
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
13
+ *.mds filter=lfs diff=lfs merge=lfs -text
14
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
15
+ *.model filter=lfs diff=lfs merge=lfs -text
16
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
17
+ *.npy filter=lfs diff=lfs merge=lfs -text
18
+ *.npz filter=lfs diff=lfs merge=lfs -text
19
+ *.onnx filter=lfs diff=lfs merge=lfs -text
20
+ *.ot filter=lfs diff=lfs merge=lfs -text
21
+ *.parquet filter=lfs diff=lfs merge=lfs -text
22
+ *.pb filter=lfs diff=lfs merge=lfs -text
23
+ *.pickle filter=lfs diff=lfs merge=lfs -text
24
+ *.pkl filter=lfs diff=lfs merge=lfs -text
25
+ *.pt filter=lfs diff=lfs merge=lfs -text
26
+ *.pth filter=lfs diff=lfs merge=lfs -text
27
+ *.rar filter=lfs diff=lfs merge=lfs -text
28
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
29
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
31
+ *.tar filter=lfs diff=lfs merge=lfs -text
32
+ *.tflite filter=lfs diff=lfs merge=lfs -text
33
+ *.tgz filter=lfs diff=lfs merge=lfs -text
34
+ *.wasm filter=lfs diff=lfs merge=lfs -text
35
+ *.xz filter=lfs diff=lfs merge=lfs -text
36
+ *.zip filter=lfs diff=lfs merge=lfs -text
37
+ *.zst filter=lfs diff=lfs merge=lfs -text
38
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
39
+ # Audio files - uncompressed
40
+ *.pcm filter=lfs diff=lfs merge=lfs -text
41
+ *.sam filter=lfs diff=lfs merge=lfs -text
42
+ *.raw filter=lfs diff=lfs merge=lfs -text
43
+ # Audio files - compressed
44
+ *.aac filter=lfs diff=lfs merge=lfs -text
45
+ *.flac filter=lfs diff=lfs merge=lfs -text
46
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
47
+ *.ogg filter=lfs diff=lfs merge=lfs -text
48
+ *.wav filter=lfs diff=lfs merge=lfs -text
49
+ # Image files - uncompressed
50
+ *.bmp filter=lfs diff=lfs merge=lfs -text
51
+ *.gif filter=lfs diff=lfs merge=lfs -text
52
+ *.png filter=lfs diff=lfs merge=lfs -text
53
+ *.tiff filter=lfs diff=lfs merge=lfs -text
54
+ # Image files - compressed
55
+ *.jpg filter=lfs diff=lfs merge=lfs -text
56
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
57
+ *.webp filter=lfs diff=lfs merge=lfs -text
58
+ # Video files - compressed
59
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
60
+ *.webm filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - object-detection
4
+ language:
5
+ - en
6
+ tags:
7
+ - maize
8
+ - seedling
9
+ - detection
10
+ pretty_name: MSDD
11
+ size_categories:
12
+ - 1K<n<10K
13
+ ---
14
+ # MSDD: Maize Seedling Dataset for Stand Counting
15
+
16
+ ## Overview
17
+ The MSDD (Maize Seedling Dataset) is designed for plant detection and stand counting tasks in agricultural environments.
18
+ It contains aerial imagery of maize genetic nurseries with annotations for early-stage seedling detection and classification.
19
+
20
+ The dataset is provided in YOLO format and supports training with modern object detection frameworks such as YOLOv9, YOLOv10, and YOLOv11/12.
21
+
22
+ ---
23
+
24
+ ## Directory Structure
25
+
26
+ ```
27
+ yolo_format/
28
+ ├── training/
29
+ │ ├── images/
30
+ │ └── labels/
31
+ ├── validation/
32
+ │ ├── images/
33
+ │ └── labels/
34
+ ├── test/
35
+ │ ├── images/
36
+ │ └── labels/
37
+ ├── yolov9_data.yaml
38
+ ├── yolov11-v12_data.yaml
39
+ └── README.md
40
+ ```
41
+
42
+ ### Description
43
+
44
+ - `training/images/` — training images
45
+ - `training/labels/` — YOLO annotations for training images
46
+
47
+ - `validation/images/` — validation images
48
+ - `validation/labels/` — YOLO annotations for validation images
49
+
50
+ - `test/images/` — test images
51
+ - `test/labels/` — YOLO annotations for test images
52
+
53
+ - `yolov9_data.yaml` — configuration file for YOLOv9 training
54
+ - `yolov11-v12_data.yaml` — configuration file for YOLOv11/YOLOv12 training
55
+
56
+ ---
57
+
58
+ ## Annotation Format
59
+
60
+ Annotations follow the standard YOLO format.
61
+
62
+ Each label file contains one object per line:
63
+
64
+ ```
65
+ <class_id> <x_center> <y_center> <width> <height>
66
+ ```
67
+
68
+ - Coordinates are normalized to the range `[0, 1]`
69
+ - Each `.txt` file corresponds to one image with the same filename
70
+
71
+ ---
72
+
73
+ ## Classes
74
+
75
+ | Class ID | Description |
76
+ |--------|------------|
77
+ | 0 | single |
78
+ | 1 | double |
79
+ | 2 | triple |
80
+
81
+ ---
82
+
83
+ ## Dataset Usage
84
+
85
+ ### Example (YOLOv9)
86
+
87
+ ```bash
88
+ yolo task=detect mode=train model=yolov9-c.pt data=yolov9_data.yaml
89
+ ```
90
+
91
+ ### Example (YOLOv11 / YOLOv12)
92
+
93
+ ```bash
94
+ yolo task=detect mode=train model=yolo11.pt data=yolov11-v12_data.yaml
95
+ ```
96
+
97
+ ---
98
+
99
+ ## YAML Configuration Files
100
+
101
+ ### yolov9_data.yaml
102
+ ```yaml
103
+ train: <path_to_dataset>/training/images
104
+ val: <path_to_dataset>/test/oblique/images
105
+ test: <path_to_dataset>//test/all/images
106
+
107
+ nc: 3
108
+ names:
109
+ 0: Single
110
+ 1: Double
111
+ 2: Triple
112
+ ```
113
+
114
+ ### yolov11-v12_data.yaml
115
+ ```yaml
116
+ path: <path_to_dataset>/
117
+
118
+ train: training/images
119
+ val: test/shadow/long/images
120
+ test: test/all/images
121
+
122
+ names:
123
+ 0: Single
124
+ 1: Double
125
+ 2: Triple
126
+ ```
127
+
128
+ ---
129
+
130
+ ## Citation
131
+
132
+
133
+ This dataset is associated with a manuscript under review and is currently available as a preprint.
134
+
135
+ If you use this dataset, please cite:
136
+
137
+ Dewi Endah Kharismawati and Toni Kazic.
138
+ *Maize Seedling Detection Dataset (MSDD): A Curated High-Resolution RGB Dataset for Seedling Maize Detection and Benchmarking with YOLOv9, YOLO11, YOLOv12 and Faster-RCNN*.
139
+ arXiv preprint arXiv:2509.15181, 2025.
140
+ DOI: 10.48550/arXiv.2509.15181
141
+
142
+ ### BibTeX
143
+
144
+ ```bibtex
145
+ @article{kharismawati2025msdd,
146
+ title={Maize Seedling Detection Dataset (MSDD): A Curated High-Resolution RGB Dataset for Seedling Maize Detection and Benchmarking with YOLOv9, YOLO11, YOLOv12 and Faster-RCNN},
147
+ author={Kharismawati, Dewi Endah and Kazic, Toni},
148
+ journal={arXiv preprint arXiv:2509.15181},
149
+ year={2025},
150
+ doi={10.48550/arXiv.2509.15181}
151
+ }
152
+ ```
153
+
154
+ ---
155
+
156
+ ## License
157
+
158
+ Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
159
+
160
+ https://creativecommons.org/licenses/by-nc-sa/4.0/
161
+
162
+ ---
163
+
164
+ ## Contact
165
+
166
+ Dewi Endah Kharismawati, Ph.D
167
+ kharismawati.2@osu.edu
test.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44b503f3ce172d87e99aa716514606d7ba9433cbdfe568e83fdd822ca8349a7b
3
+ size 5086118499
training.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60e34cbbaf380b3d3c05710b48d54e6a4c80e09210b6ac55e326a6c3c1b6b2c9
3
+ size 7786762396
validation.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71470c722e0a195770af759bc98a1a496cc5ab81a45702c8e1feb5eff1cd890b
3
+ size 2159631017
yolov11-v12_data.yaml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ path: <path_to>/MaizeSeedlingDetectionDataset_MSDD/
2
+
3
+ train: training/images
4
+ val: validation/images
5
+ test: test/images
6
+
7
+ names:
8
+ 0: Single
9
+ 1: Double
10
+ 2: Triple
yolov9_data.yaml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ train: <path_to>/MaizeSeedlingDetectionDataset_MSDD/training/images
2
+ val: <path_to>/MaizeSeedlingDetectionDataset_MSDD/validation/images
3
+ test: <path_to>/MaizeSeedlingDetectionDataset_MSDD/test/images
4
+
5
+ nc: 3
6
+ names:
7
+ 0: Single
8
+ 1: Double
9
+ 2: Triple