A small subset of the Microsoft Chesapeake Land Cover dataset that is ML-ready for semantic segmentation.
Original data: https://lila.science/datasets/chesapeakelandcover
A small subset of the Microsoft Chesapeake Land Cover dataset that is ML-ready for semantic segmentation.
Original data: https://lila.science/datasets/chesapeakelandcover
Responsible party for this data subset: Andrew H. Fagg
Both the tar and zip files contain the same material: three different TF-Dataset directories:
Each TF-Dataset is a sequence of individual examples composed of 2-tuples:
The features are a composition of data from several different satellites, including two visible light RGB images, and a range of infrared images.
Each pixel has a semantic label:
The examples are all derived from Fold 0 of the original dataset:
This subsetted dataset can be used with any model that makes use of TF-Dataset formatted data for training and/or evaluation. In particular, this dataset is used with the semantic segmentation example from Zero2Neuro