Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ configs:
|
|
25 |
# Dataset Card for AGM Dataset
|
26 |
|
27 |
## Dataset Summary
|
28 |
-
The AGM (AGricolaModerna) Dataset is a comprehensive collection of high-resolution RGB images capturing harvest-ready plants in a vertical farm setting. This dataset consists of 972,858 images, each with a resolution of
|
29 |
|
30 |
## Supported Tasks
|
31 |
Image classification: plant phenotyping
|
@@ -38,7 +38,7 @@ The dataset primarily consists of image data and does not involve language conte
|
|
38 |
A typical data instance from the training set consists of the following:
|
39 |
```
|
40 |
{
|
41 |
-
'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=
|
42 |
'crop_type': 'by'
|
43 |
}
|
44 |
```
|
|
|
25 |
# Dataset Card for AGM Dataset
|
26 |
|
27 |
## Dataset Summary
|
28 |
+
The AGM (AGricolaModerna) Dataset is a comprehensive collection of high-resolution RGB images capturing harvest-ready plants in a vertical farm setting. This dataset consists of 972,858 images, each with a resolution of 120x120 pixels, covering 18 different plant crops. In the context of this dataset, a crop refers to a plant species or a mix of plant species.
|
29 |
|
30 |
## Supported Tasks
|
31 |
Image classification: plant phenotyping
|
|
|
38 |
A typical data instance from the training set consists of the following:
|
39 |
```
|
40 |
{
|
41 |
+
'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=120x120 at 0x29CEAD71780>,
|
42 |
'crop_type': 'by'
|
43 |
}
|
44 |
```
|