-
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
Misc docs #7314
Misc docs #7314
Conversation
torchvision/transforms/v2/_color.py
Outdated
@@ -15,17 +15,11 @@ class Grayscale(Transform): | |||
|
|||
.. betastatus:: Grayscale transform | |||
|
|||
If the image is torch Tensor, it is expected | |||
to have [..., 3, H, W] shape, where ... means an arbitrary number of leading dimensions | |||
If the input is a Tensor, it is expected |
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.
changes in this file are drive-bys
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.
Masks are missing from SanitizeBoundingBoxes
but otherwise LGTM!
Co-authored-by: Philip Meier <github.pmeier@posteo.de>
Co-authored-by: vfdev <vfdev.5@gmail.com>
Hey @NicolasHug! You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py |
Co-authored-by: Philip Meier <github.pmeier@posteo.de> Co-authored-by: vfdev <vfdev.5@gmail.com>
Summary: Reviewed By: vmoens Differential Revision: D44416619 fbshipit-source-id: d51ef42c3eaa42d8230600b81e5422c2c609bd7d Co-authored-by: Philip Meier <github.pmeier@posteo.de> Co-authored-by: vfdev <vfdev.5@gmail.com>
No description provided.