Khalid-Hamad/plant-seedlings-dataset
收藏Hugging Face2026-04-17 更新2026-04-26 收录
下载链接:
https://hf-mirror.com/datasets/Khalid-Hamad/plant-seedlings-dataset
下载链接
链接失效反馈官方服务:
资源简介:
---
license: cc-by-sa-4.0
task_categories:
- image-classification
tags:
- plant-seedlings
- agriculture
- computer-vision
size_categories:
- 1K<n<10K
---
# Plant Seedlings Dataset
Image dataset of **12 species** of plant seedlings for classification tasks. Originally from the [Plant Seedlings Classification](https://www.kaggle.com/c/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
```python
from datasets import load_dataset
ds = load_dataset("Khalid-Hamad/plant-seedlings-dataset")
```
Or clone and use directly:
```python
from huggingface_hub import snapshot_download
snapshot_download(repo_id="Khalid-Hamad/plant-seedlings-dataset", repo_type="dataset")
```
## License
[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
提供机构:
Khalid-Hamad



