Skip to content

Add Resize operator

Houssem ROUIS requested to merge enhance_resize into dev

Context

This MR is intended to add the Resize operator for backend_cuda. This includes the following coordinates transform modes:

  • HalfPixel
  • HalfPixelSymmetric
  • PytorchHalfPixel
  • AlignCorners
  • Asymmetric
  • TFHalfPixelForNN
  • TFCropAndResize

And the following interpolation mode:

  • Cubic
  • Linear
  • RoundPreferFloor
  • RoundPreferCeil
  • Floor
  • Ceil

TODO

  • Antialiasing
  • Coordinates tranform
  • Nearest interpolation
  • Linear interpolation
  • Cubic interpolation
Edited by Houssem ROUIS

Merge request reports

Loading