A Benchmark Dataset for Paddy Fungal Disease Classification

Published: 20 April 2026| Version 1 | DOI: 10.17632/7y7fw549yn.1
Contributor:
Shivaprasad Namala

Description

A Benchmark Dataset for Paddy Disease Classification is a labeled image dataset of paddy leaves, designed to support machine learning models in identifying and classifying crop diseases. It provides a standardized resource for benchmarking disease detection algorithms under diverse real-world conditions, encompassing fungal infections.

Files

Steps to reproduce

Step 1: Collect Dataset Gather images of paddy leaves for all categories: Healthy, Bacterial Leaf Blight, Brown Spot, Leaf Blast, Sheath Blight, and Tungro. Step 2: Label the Data Assign each image to its correct class and give labels: 0 (Healthy), Bakanae Brown Spot False Smut Leaf Blast Leaf Scald Narrow Brown Spot Neck Blast Sheath Blight Stem Rot. Step 3: Organize the Dataset Create folders: train/ validation/ test/ Inside each, create subfolders for each class and place images accordingly. Step 4: Split the Dataset Divide the data into: 70% Training 15% Validation 15% Testing Step 5: Preprocess Images Resize images (e.g., 224×224) Normalize pixel values (0–1) Apply augmentation (flip, rotate, zoom) Step 6: Load the Dataset Use a framework like TensorFlow or PyTorch to load images from folders. Step 7: Choose a Model Select a model such as: CNN (custom) Pretrained models (ResNet, MobileNet, VGG) Step 8: Train the Model Train using the training set and validate using validation data. Step 9: Evaluate the Model Test the model using the test dataset and calculate: Accuracy Precision Recall F1-score Step 10: Reproduce Results Use the same: Dataset split Preprocessing steps Model parameters to achieve consistent results.

Institutions

Categories

Rice, Fungal Classification, Agriculture

Licence