Primary competition visual

Maize Crop Disease Detection Challenge

Helping Zimbabwe
$500 USD
Challenge completed 3 months ago
Prediction
140 joined
56 active
Starti
Jul 26, 25
Closei
Aug 01, 25
Reveali
Aug 06, 25
About

The dataset comprises labeled maize leaf images categorized into four classes: Blight, Common Rust, Gray Leaf Spot, and Healthy.

It includes train.csv, val.csv, and test.csv files. Each CSV contains ID (image filename), with label included in train and validation sets.

The training and validation images are stored in class-specific subdirectories, while the test set contains unlabeled images for prediction.

This structured format supports supervised learning, model validation, and final evaluation. All images are in .jpg or .JPG format, enabling deep learning pipelines to process disease features for accurate classification and diagnostic model development.

Files
Description
Files
Is an example of what your submission file should look like. The order of the rows does not matter, but the names of the "ID" must be correct.
Test resembles Train.csv but without the target-related columns. This is the dataset on which you will apply your model to.
This is a predefined validation set you can use if you want to in your model building phase.
Train contains the target. This is the dataset that you will use to train your model.
These are the images you need for the challenge.
This file describes the variables found in train and test.
This starter notebook will help you make your first submission to Zindi.