你好,我用了onnx2ncnn转换yolov3的onnx模型,该onnx模型是能够前向推导出结果的,基本上没有问题.但转换ncnn之后,出来的出现了下面的问题 Shape not supported yet! Gather not supported yet! axis=0 Cast not supported yet! to=1 Cast not supported yet! to=1 Shape
// Licensed under the BSD 3-Clause License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at // // https://opensource.org/licenses/BSD-3-Clause // // Unless required by applicable law or agreed ...
(shape_data[j]); } } // double else if (tp.data_type() == 11) { const double* shape_data = 0; if (tp.has_raw_data()) { shape_data = (const double*)tp.raw_data().data(); size = (int)(tp.raw_data().size() / 8); } else { shape_data = tp.double_data(...