yolov5_onnx2caffe icon indicating copy to clipboard operation
yolov5_onnx2caffe copied to clipboard

yolov5 onnx caffe

Results 20 yolov5_onnx2caffe issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/38575158/181452072-67b64fe4-aa61-4be9-8a55-9b4e3ce147bc.png) ` onnx_path = "/workspace/custom/detection/yolov5/yolov5s-sim.onnx" prototxt_path = "./yolov5s-60-original.prototxt" caffemodel_path = "./yolov5s-60-original.caffemodel" graph = getGraph(onnx_path) convertToCaffe(graph, prototxt_path, caffemodel_path) ` 请问下如何解决?

Hi, I use the tool to convert yolov5s.onnx, failed! Traceback (most recent call last): File "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 "convertCaffe.py", line 83, in...

hello,thx for your code,but i wanna know where is the mask_net? besides,i use onnx versio is 1.8.0,the Opset version 13,why i got this error? TypeError: ONNX node of type Shape...

转换时报错,提示: 047798 21319 net.cpp:382] Mul_0 -> elementwise_mul_0 F0511 13:51:39.047801 21319 eltwise_layer.cpp:35] Check failed: bottom[0]->shape() == bottom[i]->shape() bottom[0]: 1 80 80 80 (512000), bottom[1]: 1 80 1 1 (80) 模型如下: ![image](https://user-images.githubusercontent.com/102453574/167784003-bb5cbeb6-942e-403a-aac6-fb9cc1ec1577.png)...

感谢感谢,thank you! environment: cuda :10.0 gcc:6.5.0 python3.6 Specific error as follow: ..build_releasebuild_release//liblib//libcaffe.solibcaffe.so:: undefinedundefined referencereference toto ``googlegoogle::::LogMessageLogMessage::::LogMessageLogMessage((charchar constconst**,, intint,, intint,, unsignedunsigned longlong,, voidvoid ((googlegoogle::::LogMessageLogMessage::::**))(())))'' collect2: error: ld returned 1 exit status...

Anybody encounter this problem? > Traceback (most recent call last): > File "d:\WorkData\DeepLearning\yolov5_onnx2caffe\convertCaffe.py", line 159, in > convertToCaffe(graph, prototxt_path, caffemodel_path, exis_focus=False, focus_concat_name="Concat_40", focus_conv_name="Conv_41") > File "d:\WorkData\DeepLearning\yolov5_onnx2caffe\convertCaffe.py", line 97, in convertToCaffe...

Hi @Wulingtian, I followed your tutorial https://mp.weixin.qq.com/s/DsqEfpyud8dYzCV0mB9CpA/ After compiling, and run the code, it has the following error: Do you have any idea? ``` Converting onnx model: ../yolov5/yolov5s-simple.onnx {'images': 3,...

yolov5导出onnx,然后转caffe后,box位置差别不大, 但是置信度下降很厉害,这个是啥原因呀?

你好,我转caffe时候测试精度损失较大,有解决方法吗?

将自己的sim-onnx模型转caffe模型时遇到如下错误: 另外还想问一下,博主的caffe测试版本是否跟BVLC的caffe版本有所区别? {'images': 3, '167': 3, '168': 32, '169': 32, '170': 32, '171': 64, '172': 64, '173': 64, '174': 32, '175': 32, '176': 32, '177': 32, '178': 32, '179': 32,...