Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,8 +12,8 @@ dataset_info:
|
|
| 12 |
list:
|
| 13 |
class_label:
|
| 14 |
names:
|
| 15 |
-
'0':
|
| 16 |
-
'1':
|
| 17 |
splits:
|
| 18 |
- name: train
|
| 19 |
num_bytes: 3522691102
|
|
@@ -25,4 +25,31 @@ configs:
|
|
| 25 |
data_files:
|
| 26 |
- split: train
|
| 27 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
list:
|
| 13 |
class_label:
|
| 14 |
names:
|
| 15 |
+
'0': green
|
| 16 |
+
'1': red
|
| 17 |
splits:
|
| 18 |
- name: train
|
| 19 |
num_bytes: 3522691102
|
|
|
|
| 25 |
data_files:
|
| 26 |
- split: train
|
| 27 |
path: data/train-*
|
| 28 |
+
license: cc-by-4.0
|
| 29 |
+
task_categories:
|
| 30 |
+
- object-detection
|
| 31 |
+
size_categories:
|
| 32 |
+
- n<1K
|
| 33 |
---
|
| 34 |
+
|
| 35 |
+
# Tomato Factory Detection
|
| 36 |
+
|
| 37 |
+
A dataset for detection of tomatoes in a plant factory setting. The dataset contains 520 images with 8,223 bounding box annotations across 2 categories.
|
| 38 |
+
|
| 39 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 40 |
+
|
| 41 |
+
## Citation
|
| 42 |
+
|
| 43 |
+
```bibtex
|
| 44 |
+
@article{wu2023dataset,
|
| 45 |
+
title={A dataset of tomato fruits images for object detection in the complex lighting environment of plant factories},
|
| 46 |
+
author={Wu, Zhen-wei and Liu, Ming-hao and Sun, Cheng-xiu and Wang, Xin-fa},
|
| 47 |
+
journal={Data in Brief},
|
| 48 |
+
volume={48},
|
| 49 |
+
pages={109291},
|
| 50 |
+
year={2023},
|
| 51 |
+
publisher={Elsevier}
|
| 52 |
+
}
|
| 53 |
+
```
|
| 54 |
+
|
| 55 |
+
Wu, Zhenwei; Wang, Xinfa; Liu, Minghao; Sun, Chengxiu (2026), “TomatoPlantfactoryDataset”, Mendeley Data, V3, doi: 10.17632/8h3s6jkyff.3
|