File size: 1,245 Bytes
ae6e9e1 c8b088e e627e82 c8b088e 4c13f61 9998fa4 ae6e9e1 4c13f61 ae6e9e1 b9583b6 ae6e9e1 b9583b6 4c13f61 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
---
license: cdla-permissive-2.0
size_categories:
- 1K<n<10K
task_categories:
- image-segmentation
tags:
- biology
dataset_info:
features:
- name: image
dtype: image
- name: label
dtype: image
splits:
- name: train
num_bytes: 9121146572.05
num_examples: 5745
- name: validation
num_bytes: 2367801100.383
num_examples: 1437
download_size: 11607836195
dataset_size: 11488947672.432999
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
language:
- en
pretty_name: plant organs
annotations_creators:
- crowdsourced
---
# PLANT ORGANS
Photos of various plants with their major, above ground organs labeled.
Includes labels for stem, leafs, fruits and flowers.
Note, that categories listed above do not necessarily correspond to a correct
botanical term for the given part of the plant photographed.
Instead they correspond to the conventional understanding of them.
# ID - Label Map
Following table describes pixel values corresponding to labels in provided masks.
The first label, "void", represents the background.
| Index | Label |
|-------|-------|
|0 | void |
|1 | Fruit |
|2 | Leaf |
|3 | Flower |
|4 | Stem | |