Primary competition visual

AI4EAC Bean Flowering Detection Challenge [ADVANCED]

Helping Burundi, Congo (Democratic Republic of the)
and 6 other countries
  • Burundi
  • Congo (Democratic Republic of the)
  • Kenya
  • Rwanda
  • Somalia
  • Uganda
  • South Sudan
  • Tanzania, United Republic of
  • Scroll to see more
$7 500 USD
Closing soon! (~10 hours left)
Computer Vision
184 joined
63 active
Starti
Mar 28, 26
Closei
Mar 29, 26
Reveali
Mar 29, 26
About

The dataset consists of field images captured from bean breeding plots under real agricultural conditions. Images were collected to support automated phenotyping of flowering intensity.

Each image represents a defined test area within a breeding plot.

Participants are provided with a labeled dataset of bean plant images annotated for flower detection. The goal is to train models that can accurately localize flower instances in images.

Each image is identified by a unique Image_ID.

Images are high-resolution, with dimensions provided via:

  • image_width
  • image_height

Multiple objects (flowers) may appear in a single image.

The training data is provided in a tabular format, where each row corresponds to one annotated object instance. Each object is assigned a label indicating its flowering stage.

In addition to class labels, participants should interpret each annotated object as a distinct instance with a corresponding spatial extent. This challenge is designed for instance-level understanding, meaning that each flower or plant must be treated as an individual object rather than as part of a single aggregated region.

While bounding box coordinates are provided in the training data, participants are expected to develop models that can capture pixel-level object boundaries (instance segmentation) to improve localization and separation of overlapping or closely spaced objects.

Images can be downloaded from this page or through this link:

https://storage.googleapis.com/bean-flowering/images.zip

Files
Description
Files
This is a starter notebook to help you make your first submission.
Train contains the target. This is the dataset that you will use to train your model.
Test resembles Train.csv but without the target-related columns. This is the dataset on which you will apply your model to.
Is an example of what your submission file should look like. The order of the rows does not matter, but the names of the "Image_ID" must be correct.
This folder contains all the images for train & test.