ncnn find_blob_index_by_name detection_out faileddetection_out 是 layer name output 才是 blob name 这样啊,我改正了这个,发现可以跑通了,感谢感谢.我还有几个问题:这样啊,我改正了这个,发现可以跑通了,感谢感谢. 我还有几个问题:
find_blob_index_by_name detection_out failed . However this error is resolved in caffe-models by using "upgrade_net_proto_text/binary". But here i have used onnxsimplifier still it throws error as above. Any suggestion? Thanks. Copy link ...
name: "conv1" type: "Convolution" bottom: "data" top: "conv1" param { lr_mult: 1 decay_mult: 1 } param { lr_mult: 2 decay_mult: 0 } convolution_param { num_output: 64 kernel_size: 3 stride: 2 pad: 1 weight_filler { ...