Unverified Commit 31a4ef9f authored by vfdev's avatar vfdev Committed by GitHub
Browse files

Updated geometric transforms v2 docstring (#7303)


Co-authored-by: default avatarNicolas Hug <contact@nicolas-hug.com>
Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
parent 1dc0318f
...@@ -99,10 +99,14 @@ Geometry ...@@ -99,10 +99,14 @@ Geometry
Resize Resize
v2.Resize v2.Resize
v2.ScaleJitter
v2.RandomShortestSize
v2.RandomResize
RandomCrop RandomCrop
v2.RandomCrop v2.RandomCrop
RandomResizedCrop RandomResizedCrop
v2.RandomResizedCrop v2.RandomResizedCrop
v2.RandomIoUCrop
CenterCrop CenterCrop
v2.CenterCrop v2.CenterCrop
FiveCrop FiveCrop
...@@ -111,17 +115,21 @@ Geometry ...@@ -111,17 +115,21 @@ Geometry
v2.TenCrop v2.TenCrop
Pad Pad
v2.Pad v2.Pad
v2.RandomZoomOut
RandomRotation
v2.RandomRotation
RandomAffine RandomAffine
v2.RandomAffine v2.RandomAffine
RandomPerspective RandomPerspective
v2.RandomPerspective v2.RandomPerspective
RandomRotation ElasticTransform
v2.RandomRotation v2.ElasticTransform
RandomHorizontalFlip RandomHorizontalFlip
v2.RandomHorizontalFlip v2.RandomHorizontalFlip
RandomVerticalFlip RandomVerticalFlip
v2.RandomVerticalFlip v2.RandomVerticalFlip
Color Color
----- -----
......
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment