KevynAngueira commited on
Commit
fcb95a0
·
verified ·
1 Parent(s): e9cca08

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -75
README.md CHANGED
@@ -1,75 +1,21 @@
1
- # # LeafScan-CornDefoliation2025-V1.0 Dataset
2
-
3
- A multi-level dataset of corn leaf imagery for defoliation estimation research.
4
-
5
- - **Fields:** 7 sampled sites across 3 states (IA, IN, OH)
6
- - **Plants:** 18 total plants
7
- - **Leaves:** 149 leaves total, with leaf number 7-21
8
- - **Media:** 550 videos & images across healthy, defoliated, and simulated conditions
9
-
10
- Zenodo: “The citable DOI version is available on Zenodo: 10.5281/zenodo.17289901”
11
-
12
- ### Folder Structure
13
-
14
- dataset/
15
- ├── LeafScan/
16
- │ ├── healthy/
17
- │ │ ├── raw_videos/
18
- │ │ └── segmented_videos/
19
- │ └── defoliated/
20
- │ ├── raw_videos/
21
- │ └── segmented_videos/
22
- └── Board/
23
- ├── healthy/
24
- │ ├── raw_images/
25
- │ └── segmented_images/
26
- └── simulated/
27
- ├── raw_images/
28
- └── segmented_images/
29
-
30
- ### Metadata Structure
31
-
32
- # field.json:
33
-
34
- field_<fid>
35
- └── field_description
36
- ├── storm
37
- │ ├── growth_stage
38
- │ └── date
39
- ├── collection
40
- │ ├── growth_stage
41
- │ └── date
42
- ├── location
43
- │ ├── state
44
- │ └──county
45
- └── notes
46
-
47
- # plant.json
48
-
49
- field_<fid>
50
- └── plant_<pid>
51
- └── plant_description
52
- ├── growth_stage
53
- └── notes
54
-
55
- # leaves.json
56
-
57
- field_<fid>
58
- └── plant_<pid>
59
- └── leaf_<pid>
60
- ├── leaf_description
61
- │ ├── status
62
- │ ├── leaf_number
63
- │ ├── defoliation
64
- │ └── notes
65
- └── measurements
66
- ├── area
67
- │ ├── original
68
- │ └── simulated
69
- ├── max_length
70
- │ ├── original
71
- │ └── simulated
72
- ├── max_width
73
- │ ├── original
74
- │ └── simulated
75
- └── widths
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - image-classification
5
+ - video-classification
6
+ language:
7
+ - en
8
+ tags:
9
+ - corn
10
+ - maize
11
+ - leaf
12
+ - agriculture
13
+ - digital-agriculture
14
+ - plant-health
15
+ - crop-damage
16
+ - defoliation
17
+ - computer-vision
18
+ pretty_name: 'LeafScan: Corn Leaf Defoliation'
19
+ size_categories:
20
+ - 1K<n<10K
21
+ ---