Skip to content

Commit 50bdb24

Browse files
authored
BUG: DOn't normalize. (#869)
1 parent ed82a17 commit 50bdb24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ants/deeplearn/data_augmentation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ def data_augmentation(input_image_list,
271271
sd_bias_field=sd_simulated_bias_field,
272272
number_of_fitting_levels=2,
273273
mesh_size=10)
274-
log_field = log_field.iMath("Normalize")
275274
bias_field_array = np.exp(log_field.numpy())
276275
image = image * ants.from_numpy_like(bias_field_array, image)
277276

0 commit comments

Comments
 (0)