Skip to content

Commit

Permalink
Removed augmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Subodh Malgonde authored and Subodh Malgonde committed Dec 20, 2017
1 parent 00bd1bd commit 9bf680d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def get_batches_fn(batch_size):
gt_image = scipy.misc.imresize(scipy.misc.imread(gt_image_file), image_shape)

if augment:
image = augment_brightness_camera_images(image)
# image = augment_brightness_camera_images(image)

flip_prob = np.random.random()
if flip_prob > 0.5:
Expand Down

0 comments on commit 9bf680d

Please sign in to comment.