We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24aae4 commit 5f35f2bCopy full SHA for 5f35f2b
1 file changed
robosat/tools/train.py
@@ -186,8 +186,8 @@ def get_dataset_loaders(model, dataset):
186
JointTransform(CenterCrop(target_size), CenterCrop(target_size)),
187
JointRandomHorizontalFlip(0.5),
188
JointRandomRotation(0.5, 90),
189
- JointRandomRotation(0.5, 180),
190
- JointRandomRotation(0.5, 270),
+ JointRandomRotation(0.5, 90),
191
JointTransform(ImageToTensor(), MaskToTensor()),
192
JointTransform(Normalize(mean=mean, std=std), None),
193
]
0 commit comments