lenLRX / Atlas_ACL_E2E_Demo

188 stars 38 forks source link

YOLOv5测试代码报错 #53

Closed hankobeo closed 1 year ago

hankobeo commented 1 year ago

atlas300l推理卡,按照要求装好环境并cmake,最后执行 ./run.sh config/yolov5_v6_demo.json报错,能帮忙看看吗 image

lenLRX commented 1 year ago

看报错应该是装环境的时候没有安装字体文件 或者是你的系统中的字体文件的路径与我预设的路径不一样。

发一下你的操作系统版本

---原始邮件--- 发件人: @.> 发送时间: 2023年3月13日(周一) 下午5:18 收件人: @.>; 抄送: @.***>; 主题: [lenLRX/Atlas_ACL_E2E_Demo] YOLOv5测试代码报错 (Issue #53)

atlas300l推理卡,按照要求装好环境并cmake,最后执行 ./run.sh config/yolov5_v6_demo.json报错,能帮忙看看吗

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

lenLRX commented 1 year ago

https://github.com/lenLRX/Atlas_ACL_E2E_Demo/blob/master/src/freetype_helper.cpp#L87

你可以看一下这两个字体文件是否在指定位置下: "/usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf" "/usr/share/fonts/truetype/noto/NotoMono-Regular.ttf"

如果这两个字体文件在你的系统的其他路径上,你也可以改一下代码,适配这个路径

hankobeo commented 1 year ago

看报错应该是装环境的时候没有安装字体文件 或者是你的系统中的字体文件的路径与我预设的路径不一样。 发一下你的操作系统版本 ---原始邮件--- 发件人: @.> 发送时间: 2023年3月13日(周一) 下午5:18 收件人: @.>; 抄送: @.>; 主题: [lenLRX/Atlas_ACL_E2E_Demo] YOLOv5测试代码报错 (Issue #53) atlas300l推理卡,按照要求装好环境并cmake,最后执行 ./run.sh config/yolov5_v6_demo.json报错,能帮忙看看吗 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.>

操作系统是aarch64 64-bit,我查了下这两个字路径都不存在,我现在换其他字体试试

hankobeo commented 1 year ago

image 字体换了后没出现那个问题,测试通过!!就是不知道测试图片耗时是如何操作的,貌似没看到教程。

lenLRX commented 1 year ago

这个仓库的代码是为了视频输入输出设计的,不是为了图片输入输出设计的。