yolov4 darknet模型转OPENVINO的IR模型reshape出错
ERROR:cannot reshape array of size 181944 into shape(1,22743,4)
出错的原理看这里:https://blog.csdn.net/Netceor/article/details/107330685
但是我实际是转模型的,只能看到这里的报错,print的相关信息已在tu中代码里注释了:
此时报错是第三步骤:
#linux default OpenVINO path
# 1. weights转换成pb模型
python convert_weights
原创
2021-08-13 15:34:09 ·
502 阅读 ·
2 评论