Open warmestwind opened 7 years ago
Hi, I want to know why you compare stdsT with 1.0 / np.sqrt(img_size) then take maximum as standard deviation. adj_stds = np.maximum(stdsT, 1.0 / np.sqrt(img_size)) normalized = (img_data - meansT) / adj_stds
Thanks!
Hi, I want to know why you compare stdsT with 1.0 / np.sqrt(img_size) then take maximum as standard deviation. adj_stds = np.maximum(stdsT, 1.0 / np.sqrt(img_size)) normalized = (img_data - meansT) / adj_stds
Thanks!