Support BICUBIC interpolation for image resizing #2340
Labels
feature request
Functionality does not currently exist, would need to be created as a new feature (type)
PyTorch (traced)
How can this feature be used?
Bicubic image resizing is useful when requiring a resizing method that preserves higher quality, e.g. for object detection, and is implemented as a basic operation in Frameworks such as PyTorch.
Describe alternatives you've considered
Using bilinear interpolation.
Additional context
Other issues that might be related:
upsample_bicubic2d
#1747The text was updated successfully, but these errors were encountered: