Datasets:

Tasks:
Other
Languages: English
Multilinguality: monolingual
Size Categories: 1K<n<10K
Language Creators: expert-generated
Annotations Creators: expert-generated
Source Datasets: original
License:
beans / README.md
albertvillanova's picture
Fix `license` metadata (#1)
39a11e7
metadata
annotations_creators:
  - expert-generated
language_creators:
  - expert-generated
language:
  - en
license:
  - mit
multilinguality:
  - monolingual
pretty_name: Beans
size_categories:
  - 1K<n<10K
source_datasets:
  - original
task_categories:
  - other
task_ids:
  - other-other-image-classification

Dataset Card for Beans

Table of Contents

Dataset Description

Dataset Summary

Beans leaf dataset with images of diseased and health leaves.

Supported Tasks and Leaderboards

  • image-classification

Languages

English

Dataset Structure

Data Instances

A sample from the training set is provided below:

{
    'image_file_path': '/root/.cache/huggingface/datasets/downloads/extracted/0aaa78294d4bf5114f58547e48d91b7826649919505379a167decb629aa92b0a/train/bean_rust/bean_rust_train.109.jpg',
    'labels': 1
}

Data Fields

The data instances have the following fields:

  • image_file_path: a string filepath to an image.
  • labels: an int classification label.

Data Splits

name train validation test
beans 1034 133 128

Dataset Creation

Curation Rationale

[More Information Needed]

Source Data

Initial Data Collection and Normalization

[More Information Needed]

Who are the source language producers?

[More Information Needed]

Annotations

Annotation process

[More Information Needed]

Who are the annotators?

[More Information Needed]

Personal and Sensitive Information

[More Information Needed]

Considerations for Using the Data

Social Impact of Dataset

[More Information Needed]

Discussion of Biases

[More Information Needed]

Other Known Limitations

[More Information Needed]

Additional Information

Dataset Curators

[More Information Needed]

Licensing Information

[More Information Needed]

Citation Information

@ONLINE {beansdata,
    author="Makerere AI Lab",
    title="Bean disease dataset",
    month="January",
    year="2020",
    url="https://github.com/AI-Lab-Makerere/ibean/"
}

Contributions

Thanks to @nateraw for adding this dataset.