Oslandia / deeposlandia

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

Confusion with the datagen CLI #147

Closed delhomer closed 4 years ago

delhomer commented 4 years ago

The datagen command CLI is highly confusing, regarding the image quantities, as it means a tile quantity for training/validation on the first hand, and a raw image quantity for testing on the other hand.

The reason of this choice was justified as follows:

One should clarify the CLI, by harmonizing the -t, -v and -T definition: these arguments should refer to the number of raw images (like in the testing case). As a consequence, one could add an additional argument (e.g. --nb-tiles-per-image) to define the targetted amount of tiles obtained from a single image, for the training/validation cases.

Linked to #146