find_blob_index_by_name data failed 这个错误通常发生在尝试从神经网络模型中通过名称查找一个blob(块)时,但未能找到对应的blob。根据提供的参考信息,以下是一些可能的原因和解决方案: 检查data参数是否正确: 确保你传递给find_blob_index_by_name函数的data参数确实是你模型中存在的blob名
Hi, I am using my onnx-ssd-detector model with one of the example. It throws error- find_blob_index_by_name data failed find_blob_index_by_name detection_out failed . However this error is resolved in caffe-models by using "upgrade_net_proto_text/binary". ...
Hi, i use the pretrain caffe mobilefacenet convert to NCNN, that is OK. But when i use ncnn2mem, error as: ./ncnn2mem mobilefacenet.param mobilefacenet.parm.bin mobilefacenet.id.h mobilefacenet.mem.h find_blob_index_by_name data failed 段...
ncnn find_blob_index_by_name detection_out faileddetection_out 是 layer name output 才是 blob n...