Rock Glacier Detection dataset with satelital images of rock glaciers in the Chilean Andes.
Spanish
A sample from the image-classification training set is provided below:
df = load_dataset("alkzar90/rock-glacier-dataset", name="image-classification") df["train"][666] > {'image': <PIL.PngImagePlugin.PngImageFile image mode=RGBA size=128x128 at 0x7FB2EC58C6D0>, 'labels': 0, 'path': 'train/cordillera/1512.png' }
A sample from the image-segmentation training set is provided below:
df = load_dataset("alkzar90/rock-glacier-dataset", name="image-segmentation") df["train"][666] > {'image': <PIL.PngImagePlugin.PngImageFile image mode=RGBA size=128x128 at 0x7FB2EB7C1160>, 'masks': <PIL.PngImagePlugin.PngImageFile image mode=RGBA size=128x128 at 0x7FB2EC5A08E0>, 'path': 'train/cordillera/1512.png'}
The data instances have the following fields:
Class Label Mappings:
{ "cordillera": 0 "glaciar": 1, }
train | validation | test | |
---|---|---|---|
# of examples | 7875 | 1125 | 2700 |
[More Information Needed]
[More Information Needed]
Who are the source language producers?[More Information Needed]
[More Information Needed]
Who are the annotators?[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
@ONLINE {rock-glacier-dataset, author="CMM - Glaciares (UChile)", title="Rock Glacier Dataset", month="October", year="2022", url="https://github.com/alcazar90/rock-glacier-detection" }
Thanks to...