Radiant MLHub

CV4A Kenya Crop Type Competition

This dataset was produced as part of the Crop Type Detection competition at the Computer Vision for Agriculture (CV4A) Workshop at the ICLR 2020 conference. The objective of the competition was to create a machine learning model to classify fields by crop type from images collected during the growing season by the Sentinel-2 satellites.

The ground reference data were collected by the PlantVillage team, and Radiant Earth Foundation curated the training dataset after inspecting and selecting more than 4,000 fields from the original ground reference data. The dataset has been split into training and test sets (3,286 in the train and 1,402 in the test).

The dataset is cataloged in four tiles. These tiles are smaller than the original Sentinel-2 tile that has been clipped and chipped to the geographical area that labels have been collected.

Each tile has a) 13 multi-band observations throughout the growing season. Each observation includes 12 bands from Sentinel-2 L2A product, and a cloud probability layer. The twelve bands are [B01, B02, B03, B04, B05, B06, B07, B08, B8A, B09, B11, B12]. The cloud probability layer is a product of the Sentinel-2 atmospheric correction algorithm (Sen2Cor) and provides an estimated cloud probability (0-100%) per pixel. All of the bands are mapped to a common 10 m spatial resolution grid.; b) A raster layer indicating the crop ID for the fields in the training set; and c) A raster layer indicating field IDs for the fields (both training and test sets). Fields with a crop ID of 0 are the test fields.

Dataset ID

ref_african_crops_kenya_02

DOI

10.34911/rdnt.dw605x

Creator

Radiant Earth Foundation, PlantVillage

Contact

ml@radiant.earth

Documentation

Citation

Radiant Earth Foundation (2020) "CV4A Competition Kenya Crop Type Dataset", Version 1.0, Radiant MLHub. [Date Accessed] https://doi.org/10.34911/RDNT.DW605X

Python Client example

from radiant_mlhub import Dataset

ds = Dataset.fetch('ref_african_crops_kenya_02')
for c in ds.collections:
    print(c.id)

Python Client quick-start guide

Download Dataset

Source Imagery Collections

Description

No Description

License

CC-BY-SA-4.0

Collection ID

ref_african_crops_kenya_02_source

Download

Labels Collections

Description

No Description

License

CC-BY-SA-4.0

Collection ID

ref_african_crops_kenya_02_labels

Download


Radiant Earth Foundation

© Radiant Earth Foundation