Doodleverse / segmentation_gym

A neural gym for training deep learning models to carry out geoscientific image segmentation. Works best with labels generated using https://github.com/Doodleverse/dash_doodler
MIT License
45 stars 11 forks source link

Remove padding #86

Closed ebgoldstein closed 2 years ago

ebgoldstein commented 2 years ago

Remove padding from makedatasets, and just rely on rescaling. this is already implemented in this branch of the code: https://github.com/Doodleverse/segmentation_gym/tree/new_makedatasets

I am testing and it works very well so far.

ebgoldstein commented 2 years ago

done via the most recent PR..