You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: