openppl-public / ppl.cv

ppl.cv is a high-performance image processing library of openPPL supporting various platforms.
Apache License 2.0
484 stars 108 forks source link

[Feature] Could ppl.cv support 'bicubic' resize? #99

Closed lvhan028 closed 1 year ago

lvhan028 commented 1 year ago

MMDeploy inference SDK failed to perform swin-transform inference on CUDA platform because ppl.cv doesn't support 'bicubic' resize

https://github.com/open-mmlab/mmclassification/blob/2495400a98a3da9bd8cfb3731a711f4c77cc56a3/configs/_base_/datasets/imagenet_bs64_swin_224.py#L46

jimurk commented 1 year ago

resize支持线性插值等三种常用插值方法,目前不支持bicubic,具体支持的插值方法参见resize.h里的文档。

lvhan028 commented 1 year ago

有支持的计划吗?

jimurk commented 1 year ago

暂时没有。