Neuroglycerin / neukrill-net-tools

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

calculating normalisation stats for augmented dataset #118

Closed gngdb closed 9 years ago

gngdb commented 9 years ago

We also need to be able to calculate normalisation statistics and save them for datasets using online augmentation. Need to load the dataset, then iterate over batches and calculate the mean and variance of the expected pixels; then save these results into the run settings json.

gngdb commented 9 years ago

This is now done, the script is called calculate_normalisation_stats.py.