Neuroglycerin / neukrill-net-tools

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

Seeding noisify #95

Closed scottclowe closed 9 years ago

scottclowe commented 9 years ago

Noisify augments images by adding random pixel noise to the original.

We need to seed this properly, with a global seed and not a seed which is consistently given to noisify (otherwise the random pixel noise will become rather non-random).

scottclowe commented 9 years ago

Now seeds correctly if you use the random augmentation generator. Don't think this can be fixed for the augmentation wrapper