Wulingtian / yolov5_onnx2caffe

yolov5 onnx caffe
113 stars 37 forks source link

TypeError: ONNX node of type Pow is not supported.没有转换文件def _convert_Pow #25

Open songqihhh opened 1 year ago

songqihhh commented 1 year ago

Traceback (most recent call last): File "/home/tianyuan/workspace/yolov5_onnx2caffe/convertCaffe.py", line 159, in convertToCaffe(graph, prototxt_path, caffemodel_path, exis_focus=True, focus_concat_name="Concat_40", focus_conv_name="Conv_41") File "/home/tianyuan/workspace/yolov5_onnx2caffe/convertCaffe.py", line 80, in convertToCaffe err.unsupported_op(node) File "/home/tianyuan/workspace/yolov5_onnx2caffe/onnx2caffe/_error_utils.py", line 35, in unsupported_op raise TypeError( TypeError: ONNX node of type Pow is not supported. 问题: 模型最后的预测框如何转换pow操作,好像没有这个文件def _convert_Pow