interpolation缩放方式格式枚举类型

表1 缩放方式格式类型

参数名

说明

base.huaweiu_high_order_filter

华为自研的高阶滤波算法(在Atlas 推理系列产品上,此选项等同于 BILINEAR_SIMILAR_OPENCV)。

base.bilinear_similar_opencv

业界通用的Bilinear算法(与 OpenCV 算法的计算过程类似)。

base.nearest_neighbor_opencv

业界通用的Nearest neighbor算法(与 OpenCV 算法的计算过程类似)。

base.bilinear_similar_tensorflow

业界通用的Bilinear算法(与TensorFlow算法的计算过程类似,在Atlas 推理系列产品上,不支持此选项)。

base.nearestneighbor_tensorflow

业界通用的Nearest neighbor算法(与TensorFlow算法的计算过程类似,在Atlas 推理系列产品上,不支持此选项)。