Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generalize GeoLifeCLEF raster loader #2

Open
tlarcher opened this issue Oct 18, 2022 · 1 comment
Open

Generalize GeoLifeCLEF raster loader #2

tlarcher opened this issue Oct 18, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tlarcher
Copy link
Collaborator

  • Context
    The GeoLifeCLEF challenge was a main subject to adress with the Malpolon framework and custom raster & patch loaders were implemented in malpolon > data > datasets > geolifeclef.py

  • Problem
    These specific loaders cannot be reused or called as they are to load other data. On the other hand, implementing new custom raster and patch loaders for each new dataset would most probably result in code redundancy.

  • Solution
    A generic raster and patch loader should be written, allowing easy import and inheritance of common data structures and parameters.

@tlarcher tlarcher added the enhancement New feature or request label Oct 18, 2022
@tlarcher
Copy link
Collaborator Author

tlarcher commented Mar 5, 2024

In addition to the recent updates:

  • easily merge dataloaders of rasters and jpeg in 1 model
  • provide such an example for it

@tlarcher tlarcher self-assigned this Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant