Oslandia / deeposlandia

Migrated to: https://gitlab.com/Oslandia/deeposlandia
MIT License
59 stars 16 forks source link

Simplify the tile size management for `aerial` dataset #127

Closed delhomer closed 5 years ago

delhomer commented 5 years ago

A crappy tile size is set when generating aerial datasets, depending on a raw image size, and the need for divisible-per-16 quantities (due to neural network design).

This behavior is completely useless for georeferenced datasets (the tanzania dataset does not implement it), and decreases dramatically the code readibility. We shall simplify this point!

(linked to #91 and #126)