Neuroglycerin / neukrill-net-tools

Tools coded as part of the NDSB competition.
MIT License
0 stars 0 forks source link

Augmentation factor of run settings #55

Closed gngdb closed 9 years ago

gngdb commented 9 years ago

Either need a stored variable in every run settings that says how much augmentation is going to occur, or we need the script that loads the run settings to look at the augmentation variables and counts how many times more images we'll have after processing. The second seems easier, but we could even just have support for both. Will be faster to write.

gngdb commented 9 years ago

Expecting name "augmentation_factor" in the dictionary.

gngdb commented 9 years ago

Code now expects this and is implemented, but untested. Expect bugs.