zihaomu
zihaomu
> @zihaomu, big thanks for the pull request! I noticed it only this weekend. It will take some time for me to learn the differences between your and my implementation....
Hi @ziywang50, I have tested your model, and it works well on my machine. Please check that the correct path is used.
Hi @ziywang50, can it work?
This error is not the same as the one below, right? > Microsoft C++ exception: cv::Exception at memory location 0x0000009CF5190F30. From the image you attached, this error is because we...
Can the unsqueeze error be fixed by my comment?
Hi @ziywang50, can you attach the model file?
Which CPU do you use?
Model link error.
Hi, @ziywang50, I have checked the yolov5 model, it can not be loaded on my site. But after the optimization with `onnxsim`, it can work well. ```py import onnx import...
Thanks for your issue. @rejuce, the axes of slice layer is not supported out of order in OpenCV. So if the axes like [0, 1, 2, 3], it can work...