Datasets:
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
Open-Source Crop/Plant Object Detection Dataset
Note: If you need this dataset in any other format, DM me on LinkedIn or ask in the discussions box. I will provide it ASAP.
Introduction
I am excited to open-source this dataset to help developers, researchers, and machine learning enthusiasts build object detection models for agricultural applications. This dataset consists of annotated images of 100 different crops/plants, providing a valuable resource for training and evaluating object detection models.
Remember: This dataset is in .zip format, extract the .zip file and dataset is yours
Dataset Details
The dataset is available on Hugging Face and contains three splits:
- Train: 17,553 images with corresponding labels
- Validation: 4,990 images with corresponding labels
- Test: 2,458 images with corresponding labels
Each split contains:
- Images
- Labels (in YOLOv5 format)
- A
data.yaml
file for configuration
Annotation
The dataset has been annotated using Roboflow, ensuring high-quality bounding box annotations for each crop/plant category.
All annotations follow the YOLOv5 format, making it easy to train models with YOLO-based architectures.
Plant/Crop Categories
This dataset includes 100 different crops/plants, covering a wide range of agricultural produce: Note: Each category has atleast 250 images and 328 bounding box annotations respectively
- Zingiber officinale (Ginger)
- Almonds
- Aloe Vera
- Apple
- Apricot
- Areca Nut
- Ashwagandha
- Avocado
- Bamboo
- Banana
- Beetroot
- Bell Pepper (Capsicum)
- Bitter Gourd
- Black Pepper
- Blackberry
- Blackgram
- Blueberry
- Bottle Gourd
- Brinjal (Eggplant)
- Broccoli
- Cabbage
- Cactus
- Cardamom
- Carrot
- Cashew
- Cassava
- Cauliflower
- Chamomile
- Cherry
- Chili Pepper
- Cinnamon
- Coconut
- Coffee Beans
- Coriander
- Cotton
- Cucumber
- Date Palm
- Dates
- Dragon Fruit
- Figs (Anjeer)
- Garlic
- Grapes
- Green Gram (Mung Bean)
- Groundnut (Peanut)
- Guava
- Jaggery
- Jute
- Kidney Bean
- Kiwi
- Lavender
- Lemon
- Lychee
- Maize
- Mango
- Mint Herb
- Mushroom
- Muskmelon
- Mustard Crop
- Oats
- Okra (Ladyfinger)
- Onion
- Orange
- Orchid (Orchidaceae)
- Papaya
- Pea
- Peach
- Pear
- Pineapple
- Pista (Pistachio)
- Plum
- Pomegranate
- Pomelo
- Potato
- Pumpkin
- Radish
- Raspberry
- Rice
- Rose
- Rosemary
- Rubber Plant
- Safflower
- Saffron
- Sesame
- Sorghum
- Soursop
- Soybean
- Spinach
- Starfruit (Carambola)
- Strawberry
- Sugar Apple
- Sugarcane
- Sunflower
- Sweet Potato
- Tea
- Tomato
- Tulip
- Turmeric
- Walnut
- Watermelon
- Wheat
Use the dataset
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("devshaheen/100_crops_plants_object_detection_25k_image_dataset")
# Check the dataset structure
print(dataset)
License
This dataset is released under the MIT License, allowing free use for both research and commercial projects. Please credit this repository if you use it in your work.
Credits
Wherever this dataset is used, credits should be given to:
Contact
For any inquiries, you can DM on LinkedIn or use the discussion box on GitHub.
Let's build the future of AI-powered agriculture together! ππ±
- Downloads last month
- 135