-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add examples for RandomPerspective, RandomRotation, and RandomAffine #3694
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @voldemortX, looks great !
The rendered docs are here: https://524637-73328905-gh.circle-artifacts.com/0/docs/auto_examples/plot_transforms.html#sphx-glr-auto-examples-plot-transforms-py
You can find them by clicking on the "build_docs" CI job and then going to the "Artifacts" tab
#################################### | ||
# RandomPerspective | ||
# ----------------- | ||
# The :class:`~torchvision.transforms.RandomPerspective` transform |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here and below, let's add a "see also the functional equivalent
" as done for the other transforms (except for the jitter because it doesn't exists).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I found the artifacts.
I'll add the non-random equivalents.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @voldemortX !
…omAffine (#3694) Reviewed By: NicolasHug Differential Revision: D28169140 fbshipit-source-id: 6b0014eea78474c86a4deedb7361cbbd4b2d1d83
Add examples for RandomPerspective, RandomRotation, and RandomAffine in doc. #3688
cc @NicolasHug
results