Primary competition visual

INEGI UN-GGIM Human Settlement Detection Challenge by ITU

Helping Mexico
1 000 CHF
Challenge completed ~1 year ago
Classification
201 joined
84 active
Starti
Sep 02, 24
Closei
Sep 28, 24
Reveali
Oct 10, 24
About

The dataset for this challenge consists of satellite images collected from the Landsat series. The data has been pre-processed and divided into training and testing sets:

  • Training: 1.1 million rows
  • Test: 120,000 rows

The data has been labeled by in-situ field operations. Each row of the data corresponds to a 16x16 pixel patch extracted from a Landsat image. Each pixel patch has 6 spectral bands:

  • Blue
  • Green
  • Red
  • Near-infrared (NIR)
  • Shortwave infrared 1 (SWIR1)
  • Shortwave infrared 2 (SWIR2)

This dataset provides a rich and diverse source of information for participants to develop their models. It is important to note that the data may contain some level of noise or uncertainty due to the inherent limitations of satellite imagery and the labeling process.

Data available here.

Files
Description
Files
This is a mapping between the row and unique IDs in the test set. You can use this to link your predictions to the unique IDs prior to making your submission
This is a notebook illustrating how to get started with the challenge, including how to handle the h5py data files.