Skip to content

Commit

Permalink
Updated geometric transforms v2 docstring (pytorch#7303)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Co-authored-by: Philip Meier <github.pmeier@posteo.de>
  • Loading branch information
3 people committed Feb 24, 2023
1 parent 4fb043e commit 684f8d2
Show file tree
Hide file tree
Showing 2 changed files with 334 additions and 80 deletions.
12 changes: 10 additions & 2 deletions docs/source/transforms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,14 @@ Geometry

Resize
v2.Resize
v2.ScaleJitter
v2.RandomShortestSize
v2.RandomResize
RandomCrop
v2.RandomCrop
RandomResizedCrop
v2.RandomResizedCrop
v2.RandomIoUCrop
CenterCrop
v2.CenterCrop
FiveCrop
Expand All @@ -111,17 +115,21 @@ Geometry
v2.TenCrop
Pad
v2.Pad
v2.RandomZoomOut
RandomRotation
v2.RandomRotation
RandomAffine
v2.RandomAffine
RandomPerspective
v2.RandomPerspective
RandomRotation
v2.RandomRotation
ElasticTransform
v2.ElasticTransform
RandomHorizontalFlip
v2.RandomHorizontalFlip
RandomVerticalFlip
v2.RandomVerticalFlip


Color
-----

Expand Down
Loading

0 comments on commit 684f8d2

Please sign in to comment.