Skip to content

Commit 8213539

Browse files
committed
Merge branch 'dev' of https://github.com/Project-AgML/AgML into public-dev
2 parents fe618b7 + 171ef54 commit 8213539

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
@@ -137,6 +137,7 @@ You're now ready to use AgML for training your own models!
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 |
139139
[bean_synthetic_earlygrowth_aerial](https://github.com/Project-AgML/AgML/blob/main/docs/datasets/bean_synthetic_earlygrowth_aerial.md) | Semantic Segmentation | 2500 |
140+
[ghai_strawberry_fruit_detection](https://github.com/Project-AgML/AgML/blob/main/docs/datasets/ghai_strawberry_fruit_detection.md) | Object Detection | 500 |
140141

141142
## Usage Information
142143

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

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

agml/_assets/public_datasources.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,6 +1257,18 @@
12571257
"annotation_format": "coco_json",
12581258
"n_images": "500",
12591259
"docs_url": "https://github.com/AxisAg/GHAIDatasets/blob/main/datasets/strawberry.md",
1260-
"external_image_sources": []
1260+
"external_image_sources": [],
1261+
"stats": {
1262+
"mean": [
1263+
0.49159616231918335,
1264+
0.5238277316093445,
1265+
0.4485996663570404
1266+
],
1267+
"std": [
1268+
0.18163496255874634,
1269+
0.16137710213661194,
1270+
0.18042609095573425
1271+
]
1272+
}
12611273
}
12621274
}

agml/_assets/shape_info.pickle

167 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+
# `ghai_strawberry_fruit_detection`
3+
4+
## Dataset Metadata
5+
6+
| Metadata | Value |
7+
| --- | --- |
8+
| **Classes** | Bud, Calyx, Detached Fruit, Flower, Large green, Leaf, Ripe fruit, Small Green, Stem, Unripe fruit |
9+
| **Machine Learning Task** | object_detection |
10+
| **Agricultural Task** | crop_detection |
11+
| **Location** | United States, North America |
12+
| **Sensor Modality** | RGB |
13+
| **Real or Synthetic** | real |
14+
| **Platform** | handheld/ground |
15+
| **Input Data Format** | JPG |
16+
| **Annotation Format** | coco_json |
17+
| **Number of Images** | 500 |
18+
| **Documentation** | https://github.com/AxisAg/GHAIDatasets/blob/main/datasets/strawberry.md |
19+
20+
21+
## Examples
22+
23+
![Example Images for ghai_strawberry_fruit_detection](https://github.com/Project-AgML/AgML/blob/main/docs/sample_images/ghai_strawberry_fruit_detection_examples.png)
Loading

0 commit comments

Comments
 (0)