IBM / terratorch

a Python toolkit for fine-tuning Geospatial Foundation Models (GFMs).
Apache License 2.0
174 stars 24 forks source link

Dataset/Datamodule classes for Sen4Map dataset #182

Open Foxigod opened 1 month ago

Foxigod commented 1 month ago

Is your feature request related to a problem? Please describe. It's been brought to my attention that there seems to be growing interest within the terratorch community of an official implementation of dataset/datamodule classes for the Sen4Map dataset.

Describe alternatives you've considered (optional) I've been using the Sen4Map dataset myself with terratorch, but this implementation doesn't seem to adhere to the standards placed on the dataset/datamodule classes within terratorch (e.g. inheritance/subclassing of torchgeo classes), so I don't feel confident committing my current classes.

Joao-L-S-Almeida commented 1 month ago

Hi, @Foxigod You could share your current implementation/adaptation in the form of a branch. In this way e could compare and see what should be done in order to make it compatible with the standards.

Foxigod commented 1 month ago

Hi @Joao-L-S-Almeida, Does this suffice: https://github.com/Foxigod/terratorch/tree/sen4map_dataset ?

romeokienzler commented 1 month ago

@Foxigod pse create PR, tnx a lot!