Skip to content

Make the new datamodules more generic #399

Open
@WanjiruCate

Description

Is your feature request related to a problem? Please describe.
While using the new dataset specific datamodules like Sen1Floods11NonGeoDataModule , it is not possible to pass specific means and stds for another similar dataset i.e like a subset of it.

The new datamodules only accept a data_root that is expected to be a folder with the specified names described in the datasets.

Describe the solution you'd like
With the above problem it is not possible to scale easily for adding different datasets with different folder structures or different statistics.
It should be possible to override the default means, stds, data_root filesof the specific datamodules in the tuning config.

Describe alternatives you've considered (optional)
To continue using the generic datamodules as they allow the requested feature.

Additional context (optional)
Is there any added advantage to use the specific dataset datamodules compared to the generic ones?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions