xxradon / ONNXToCaffe

pytorch -> onnx -> caffe, pytorch to caffe, or other deep learning framework to onnx and onnx to caffe.
158 stars 33 forks source link

ONNX node of type Resize is not supported #14

Open SunshineJZJ opened 3 years ago

SunshineJZJ commented 3 years ago

@xxradon Thank You First! I convert YOLOv3 from mmdetection , pytorch model => onnx model => caffemodel; I convert pytorcch model to onnx successfully, but got an error when convert onnx model to caffe model,
waht should i do? Thank you ! looking forward to your reply!

image

SunshineJZJ commented 3 years ago

@xxradon image 原因找到了 这里注释了 取消注释后还是有错误 请问yolov3对应的转换您可以告知下吗