Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
(ReadTimeoutError("HTTPSConnectionPool(host='cas-bridge-direct.xethub.hf.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: 1da04a20-e30f-46f7-bad2-1034a61ece84)')
Error code:   UnexpectedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

image
image
End of preview.

Plant Seedlings Dataset

Image dataset of 12 species of plant seedlings for classification tasks. Originally from the Plant Seedlings Classification Kaggle competition.

Dataset Structure

train/          — 4,750 labeled images organized by species folder
test/           — 794 unlabeled images for submission
sample_submission.csv
Labels.csv

Species (12 classes)

Black-grass (263) Charlock (390) Cleavers (287)
Common Chickweed (611) Common wheat (221) Fat Hen (475)
Loose Silky-bent (654) Maize (221) Scentless Mayweed (516)
Shepherds Purse (231) Small-flowered Cranesbill (496) Sugar beet (385)

Usage

from datasets import load_dataset
ds = load_dataset("Khalid-Hamad/plant-seedlings-dataset")

Or clone and use directly:

from huggingface_hub import snapshot_download
snapshot_download(repo_id="Khalid-Hamad/plant-seedlings-dataset", repo_type="dataset")

License

CC BY-SA 4.0

Downloads last month
281

Models trained or fine-tuned on Khalid-Hamad/plant-seedlings-dataset