Open talcs opened 9 months ago
Thanks for the report @talcs . GaussianBlur will indeed use padding:
If you're interested, we'd be happy to review a PR from you to clarify that in the docstring
Hi @NicolasHug, I would be happy to work on this issue. Is it open for beginners? Thanks
Thanks for your interest @Bhavay-2001 , but this has been taken care of in https://github.com/pytorch/vision/pull/8246 already.
Hi @NicolasHug, is there any other issue that I can contribute to? Thanks
📚 The doc issue
The
transforms.GaussianBlur
constructor takeskernel_size
as a parameter. However, it isn't specified whether the convolution will use padding to keep the output image in the same dimension as the input. I think it should be mentioned. Maintaining the original input size is crucial in many cases, like object detection or segmentation, where the GT refers to certain pixels.Suggest a potential alternative/fix
No response