Skip to content

Commit 97bef96

Browse files
Updated information for new dataset
1 parent 2c82ce0 commit 97bef96

File tree

5 files changed

+38
-2
lines changed

5 files changed

+38
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ You're now ready to use AgML for training your own models!
136136
[ghai_iceberg_lettuce_detection](https://github.com/Project-AgML/AgML/blob/main/docs/datasets/ghai_iceberg_lettuce_detection.md) | Object Detection | 500 |
137137
[riseholme_strawberry_classification_2021](https://github.com/Project-AgML/AgML/blob/main/docs/datasets/riseholme_strawberry_classification_2021.md) | Image Classification | 3520 |
138138
[ghai_broccoli_detection](https://github.com/Project-AgML/AgML/blob/main/docs/datasets/ghai_broccoli_detection.md) | Object Detection | 500 |
139+
[bean_synthetic_earlygrowth_aerial](https://github.com/Project-AgML/AgML/blob/main/docs/datasets/bean_synthetic_earlygrowth_aerial.md) | Semantic Segmentation | 2500 |
139140

140141
## Usage Information
141142

@@ -166,4 +167,4 @@ a bug or feature that you would like to see implemented, please don't hesitate t
166167
See the [contributing guidelines](/CONTRIBUTING.md) for more information.
167168

168169
## Funding
169-
This project is partly funded by the [National AI Institute for Food Systems (AIFS)](https://aifs.ucdavis.edu)
170+
This project is partly funded by the [National AI Institute for Food Systems (AIFS)](https://aifs.ucdavis.edu

agml/_assets/public_datasources.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,6 +1217,18 @@
12171217
"annotation_format": "image",
12181218
"n_images": "2500",
12191219
"docs_url": "https://github.com/Project-AgML/AgML/blob/main/docs/datasets/bean_synthetic_earlygrowth_aerial.md",
1220-
"external_image_sources": []
1220+
"external_image_sources": [],
1221+
"stats": {
1222+
"mean": [
1223+
0.24804304540157318,
1224+
0.2218194305896759,
1225+
0.16611839830875397
1226+
],
1227+
"std": [
1228+
0.10789012163877487,
1229+
0.12054657936096191,
1230+
0.08992248773574829
1231+
]
1232+
}
12211233
}
12221234
}

agml/_assets/shape_info.pickle

169 Bytes
Binary file not shown.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
# `bean_synthetic_earlygrowth_aerial`
3+
4+
## Dataset Metadata
5+
6+
| Metadata | Value |
7+
| --- | --- |
8+
| **Classes** | leaves, branches |
9+
| **Machine Learning Task** | semantic_segmentation |
10+
| **Agricultural Task** | plant_segmentation |
11+
| **Location** | Digital, Digital |
12+
| **Sensor Modality** | RGB |
13+
| **Real or Synthetic** | synthetic |
14+
| **Platform** | aerial |
15+
| **Input Data Format** | JPG |
16+
| **Annotation Format** | image |
17+
| **Number of Images** | 2500 |
18+
| **Documentation** | https://github.com/Project-AgML/AgML/blob/main/docs/datasets/bean_synthetic_earlygrowth_aerial.md |
19+
20+
21+
## Examples
22+
23+
![Example Images for bean_synthetic_earlygrowth_aerial](https://github.com/Project-AgML/AgML/blob/main/docs/sample_images/bean_synthetic_earlygrowth_aerial_examples.png)
Loading

0 commit comments

Comments
 (0)