Skip to content

Commit f01cb39

Browse files
committed
README fixes
1 parent bead760 commit f01cb39

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -32,28 +32,28 @@ img, lbl = aug_data['image'], aug_data['mask']
3232
### Implemented 3D augmentations
3333

3434
```python
35-
class PadIfNeeded(DualTransform):
36-
class GaussianNoise(Transform):
37-
class Resize(DualTransform):
38-
class RandomScale(DualTransform):
39-
class RotatePseudo2D(DualTransform):
40-
class RandomRotate90(DualTransform):
41-
class Flip(DualTransform):
42-
class Normalize(Transform):
43-
class Float(DualTransform):
44-
class Contiguous(DualTransform):
45-
class Transpose(DualTransform):
46-
class CenterCrop(DualTransform):
47-
class RandomResizedCrop(DualTransform):
48-
class RandomCrop(DualTransform):
49-
class CropNonEmptyMaskIfExists(DualTransform):
50-
class ResizedCropNonEmptyMaskIfExists(DualTransform):
51-
class RandomGamma(Transform):
52-
class ElasticTransformPseudo2D(DualTransform):
53-
class ElasticTransform(DualTransform):
54-
class Rotate(DualTransform):
55-
class RandomCropFromBorders(DualTransform):
56-
class GridDropout(DualTransform):
57-
class RandomDropPlane(DualTransform):
35+
PadIfNeeded
36+
GaussianNoise
37+
Resize
38+
RandomScale
39+
RotatePseudo2D
40+
RandomRotate90
41+
Flip
42+
Normalize
43+
Float
44+
Contiguous
45+
Transpose
46+
CenterCrop
47+
RandomResizedCrop
48+
RandomCrop
49+
CropNonEmptyMaskIfExists
50+
ResizedCropNonEmptyMaskIfExists
51+
RandomGamma
52+
ElasticTransformPseudo2D
53+
ElasticTransform
54+
Rotate
55+
RandomCropFromBorders
56+
GridDropout
57+
RandomDropPlane
5858
```
5959

0 commit comments

Comments
 (0)