Skip to content

New Dataset for traditional LR/HR folder structure#105

Merged
simon-donike merged 3 commits intoESAOpenSR:devfrom
CedricLeon:dev
Feb 17, 2026
Merged

New Dataset for traditional LR/HR folder structure#105
simon-donike merged 3 commits intoESAOpenSR:devfrom
CedricLeon:dev

Conversation

@CedricLeon
Copy link
Copy Markdown
Contributor

I wanted to use a different dataset folder structure than the current version supports, so I added a new Dataset.

The new LRHRFolderDataset supports the traditional LR/HR folder structure, it's wired through normalizer, dataset selector, and config files.
The expected structure is as such:

    root_folder/
      train/
        LR/
          image_001.npy
          image_002.npy
        HR/
          image_001.npy
          image_002.npy
      val/
        LR/
        HR/
      test/
        LR/
        HR/

I also added tests for classic and edge cases (Passing).

@simon-donike simon-donike merged commit 23a9da2 into ESAOpenSR:dev Feb 17, 2026
@simon-donike
Copy link
Copy Markdown
Member

Thats cool, thanks a lot for contributing!

@simon-donike
Copy link
Copy Markdown
Member

Tests passed, I'll merge into main and include it in the next release. Thanks again!

@CedricLeon CedricLeon deleted the dev branch March 12, 2026 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants