NRCan / geo-deep-learning

Deep learning applied to georeferenced datasets
https://geo-deep-learning.readthedocs.io/en/latest/
MIT License
150 stars 49 forks source link

FEATURE: refactor SegmentationDataset class #553

Closed valhassan closed 6 months ago

valhassan commented 6 months ago

Is your feature request related to a problem? Please describe. I would like to refactor SegmentationDataset code e.g. "create function to load CSV files once into memory". This will make the code efficient and readable.

Describe the solution you'd like Clean, explainable, and working code that improves data loading.

Describe alternatives you've considered None.

Additional context None.