Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
GainiK committed Nov 10, 2020
1 parent 7797dba commit 8d32dc3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pytorch_networks/surface_normals/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@
# Train Dataset - Create a dataset object for each dataset in our list, Concatenate datasets, select subset for training
augs_train = iaa.Sequential([
# Geometric Augs

iaa.CenterCropToAspectRatio(1.33),
iaa.Resize({
"height": config.train.imgHeight,
"width": config.train.imgWidth
Expand Down Expand Up @@ -179,7 +177,6 @@

# Validation Dataset
augs_test = iaa.Sequential([
iaa.CenterCropToAspectRatio(1.33),
iaa.Resize({
"height": config.train.imgHeight,
"width": config.train.imgWidth
Expand Down

0 comments on commit 8d32dc3

Please sign in to comment.