Skip to content

Commit

Permalink
update csn_configs.py: modify augV4
Browse files Browse the repository at this point in the history
  • Loading branch information
dummyindex committed Mar 28, 2024
1 parent 14c94f5 commit 09484ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion livecellx/model_zoo/segmentation/csn_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ def gen_train_transform_v4(
transforms.RandomVerticalFlip(),
transforms.RandomAffine(degrees=degrees, translate=translation_range, scale=scale, shear=10),
gauss_noise_tensor,
transforms.Normalize([0.485, 0.456, 0.406], [0.229, 0.224, 0.225]),
transforms.Resize((412, 412)),
transforms.Normalize([0.485], [0.229]),
]
)
return train_transforms

0 comments on commit 09484ff

Please sign in to comment.