Global wheat detection

Wheat detection, is used to estimate the density and size of wheat, farmers can use the data to assess health and maturity in their fields.
76 Downloads
Updated Fri, 23 Jul 2021 06:23:34 +0000

View License

GLOBAL WHEAT DETECTION
The data is images of wheat fields, with bounding boxes for each identified wheat head. Not all images include wheat heads / bounding boxes. The images were recorded in many locations around the world.
The CSV data is simple - the image ID matches up with the filename of a given image, and the width and height of the image are included, along with a bounding box. There is a row in train.csv for each bounding box. Not all images have bounding boxes so you have to do labeling yourself and the resolution is 1024x1024 pixels.
Most of the test set images are hidden. A small subset of test images has been included for your use in writing code.
Datset can be downloaded follow the link: https://www.kaggle.com/c/global-wheat-detection/overview
What am I predicting?
You are attempting to predict bounding boxes around each wheat head in images that have them. If there are no wheat heads, you must predict no bounding boxes.
Files
train.csv - the training data
sample_submission.csv - a sample submission file in the correct format
train.zip - training images
test.zip - test images
Columns
image_id - the unique image ID
width, height - the width and height of the images
bbox - a bounding box, formatted as a Python-style list of [xmin, ymin, width, height]
etc.
EVALUATION
The submission format requires a space delimited set of bounding boxes. For example:
ce4833752,0.5 0 0 100 100
indicates that image ce4833752 has a bounding box with a confidence of 0.5, at x == 0 and y == 0, with a width and height of 100.
The file should contain a header and have the following format. Each row in your submission should contain ALL bounding boxes for a given image.
I used old yolo version 2 layers and did not optimize parameter for training. Therefore the accuracy will not be as the expectation. However, I hope this will be useful for everyone aware about MATLAB features and for future optimization.

Cite As

Cong Dong Ngoc Minh (2024). Global wheat detection (https://www.mathworks.com/matlabcentral/fileexchange/96329-global-wheat-detection), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2021a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0