Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,4 +18,29 @@ configs:
|
|
| 18 |
data_files:
|
| 19 |
- split: train
|
| 20 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
data_files:
|
| 19 |
- split: train
|
| 20 |
path: data/train-*
|
| 21 |
+
license: mit
|
| 22 |
+
task_categories:
|
| 23 |
+
- image-segmentation
|
| 24 |
+
size_categories:
|
| 25 |
+
- n<1K
|
| 26 |
---
|
| 27 |
+
# Apple Segmentation Minnesota
|
| 28 |
+
|
| 29 |
+
A dataset for semantic segmentation of Apple Segmentation Minnesota. The dataset contains 670 images with pixel-level mask annotations.
|
| 30 |
+
|
| 31 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 32 |
+
|
| 33 |
+
## Citation
|
| 34 |
+
|
| 35 |
+
```bibtex
|
| 36 |
+
@misc{hani2019minneapple,
|
| 37 |
+
title={MinneApple: A Benchmark Dataset for Apple Detection and Segmentation},
|
| 38 |
+
author={Nicolai Häni and Pravakar Roy and Volkan Isler},
|
| 39 |
+
year={2019},
|
| 40 |
+
eprint={1909.06441},
|
| 41 |
+
archivePrefix={arXiv},
|
| 42 |
+
primaryClass={cs.CV}
|
| 43 |
+
}
|
| 44 |
+
```
|
| 45 |
+
|
| 46 |
+
https://rsn.umn.edu/projects/orchard-monitoring/minneapple
|