-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runing mnn-yolo repo yolov5_demo happening crush when MNN Compile with HiAi DDK shard librarys on Huawei Mate X5 devices. #3221
Comments
getprop "ro.vendor.hiaiversion"在手机上执行一下看下版本号 |
可以发下执行日志 adb logcat -c 清除一下日志 然后执行 adb logcat >>log.txt 最后执行一下 ./yolov5_demo ./yolov5n.mnn ./test.jpg |
Question 1: |
testHiaiIR.txt 这个是我的用例执行文件 执行命令 或者把 你的模型发过来我跑下 |
你好,xialiang同学,这个.cachefile是mnn里面使用cache来加速后面的启动,第一次加载没有这个.cache目录 所以会有警告,我这边把我完整的mnn-yolo产出包发你呢。看看你那边是否会有失败?里面有我的可执行文件还有模型文件,这个模型文件来源于mnn-yolo仓库直接下载的。 |
由于内部有限制你的压缩包我下载不了,你用我的执行用例文件可以执行吗 你发下你的原模型onnx yolov5n.onnx链接 |
|
我看到这个报错了是因为我们的网络不支持5维度的 https://github.com/meituan/YOLOv6/tree/main/deploy/ONNX yolov6是支持的 |
okey,我这边尝试一下。感谢! |
My purpose: I want to run some general algorithms on the NPU on the HiSilicon Kirin mobile phone chip with Da Vinci architecture, such as the yolov5 example.
My Devices: Huawei Mate X5
My work steps:
The attached file is crush logs. i hope you can help me with answers. by the ways, i can use cpu/opencl backend successful.
[email protected]
The text was updated successfully, but these errors were encountered: