模型转换是出现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
模型转换是出现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
您好,nv12输入要求W维度为偶数,也就是input_shape的那个w=9是不合适的