File tree Expand file tree Collapse file tree 2 files changed +334
-80
lines changed
torchvision/transforms/v2 Expand file tree Collapse file tree 2 files changed +334
-80
lines changed Original file line number Diff line number Diff line change @@ -99,10 +99,14 @@ Geometry
99
99
100
100
Resize
101
101
v2.Resize
102
+ v2.ScaleJitter
103
+ v2.RandomShortestSize
104
+ v2.RandomResize
102
105
RandomCrop
103
106
v2.RandomCrop
104
107
RandomResizedCrop
105
108
v2.RandomResizedCrop
109
+ v2.RandomIoUCrop
106
110
CenterCrop
107
111
v2.CenterCrop
108
112
FiveCrop
@@ -111,17 +115,21 @@ Geometry
111
115
v2.TenCrop
112
116
Pad
113
117
v2.Pad
118
+ v2.RandomZoomOut
119
+ RandomRotation
120
+ v2.RandomRotation
114
121
RandomAffine
115
122
v2.RandomAffine
116
123
RandomPerspective
117
124
v2.RandomPerspective
118
- RandomRotation
119
- v2.RandomRotation
125
+ ElasticTransform
126
+ v2.ElasticTransform
120
127
RandomHorizontalFlip
121
128
v2.RandomHorizontalFlip
122
129
RandomVerticalFlip
123
130
v2.RandomVerticalFlip
124
131
132
+
125
133
Color
126
134
-----
127
135
You can’t perform that action at this time.
0 commit comments