专栏算法工具链模型转换时 出现nv12 type does not support odd size

模型转换时 出现nv12 type does not support odd size

小伍wyf2022-12-09
62
1

模型转换是出现nv12 type does not support odd size问题

1、模型检测通过

2、校准数据是按照https://blog.csdn.net/Zhaoxi_Li/article/details/125516265中的准备的,该方式在其他模型中测试通过且在x3pi上测试通过

3、模型转换出现nv12 type does not support odd size

算法工具链
评论1
0/1000
  • 颜值即正义
    Lv.2

    您好,nv12输入要求W维度为偶数,也就是input_shape的那个w=9是不合适的

    2022-12-12
    0
    0