Skip to content
Advertisement
Text

SEN12MS-CR

SEN12MS-CR

SEN12MS-CR Reorganized mirror of the SEN12MS-CR dataset in Parquet format. Quick Start from datasets import load dataset import numpy as np ds = load dataset(“Hermanni/sen12mscr”, streaming=True) for sample in ds “train” : sar = np.frombuffer(sample “sar” , dtype=np.float32).reshape(sample “sar shape” ) cloudy = np.frombuffer(sample “cloudy” , dtype=np.int16).reshape(sample “opt shape” ) target = np.frombuffer(sample “target” … See the full description on the dataset page:

Source: Hugging Face Hub (Hermanni/sen12mscr). Metadata imported from the dataset’s Hub tags.

Advertisement