Datasets:
Create README.md
Browse files
README.md
CHANGED
|
@@ -1,75 +1,21 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
-
|
| 6 |
-
|
| 7 |
-
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 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 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|