-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Open
Description
With #3652 merged, we can now illustrate how each transforms affects an image via a sphinx-gallery
example:
The goal of this issue is to add more transforms to this file: https://github.com/pytorch/vision/blob/master/gallery/plot_transforms.py
Instructions:
- pick you favourite transform that isn't already present in the example (after checking below that no one is already working on it)
- comment below "I'm working on
<the transform>
" so that others don't pick the same one - edit the example file with something that properly illustrate the transform, taking inspiration from the already present transforms
- Build the docs following the instructions here, check that everything is fine, then submit a PR.
You can pick more than one transform in the same PR if you feel like it.
cc @vfdev-5
fmassa