-
Notifications
You must be signed in to change notification settings - Fork 86
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
opencv库 #7
Comments
可以直接在板子上编译 出什么错了? |
sudo bash run.sh
./install/rknn_yolov5_demo_Linux/rknn_yolov5_demo: error while loading shared libraries: ../../lib/libopencv_imgcodecs.so: cannot open shared object file: No such file or directory
目前我尝试是在ubuntu上交叉编译,遇到的问题是这样的,板子上编译的时候通过了,但是运行的时候会报错。能否提供一下您编译好的opencv库,我再尝试一下
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2022年8月14日(星期天) 上午9:54
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [Zhou-sx/yolov5_Deepsort_rknn] opencv库 (Issue #7)
可以直接在板子上编译 出什么错了?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
我现在没有板子需要的话我过两天发你一份 |
感谢感谢,最近放假回家了,我也不是很急,等您板子到手再给我发就行。然后我这个错误在网上搜了,也差不多就是添加搜索路径,但是没有用。。
…---原始邮件---
发件人: ***@***.***>
发送时间: 2022年8月16日(周二) 下午4:08
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [Zhou-sx/yolov5_Deepsort_rknn] opencv库 (Issue #7)
我现在没有板子需要的话我过两天发你一份
另外问一下有没有把opencv lib 添加到ldconfig的搜寻目录?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
建议还是直接编译...我手上的交叉编译链编出来依赖glibc 2.33 板子上是glibc 2.31所以用不了 |
感谢,前两天在板子上直接编译能用了,交叉编译老是出问题放弃了
…------------------ 原始邮件 ------------------
发件人: "Zhou-sx/yolov5_Deepsort_rknn" ***@***.***>;
发送时间: 2022年8月23日(星期二) 晚上6:41
***@***.***>;
***@***.******@***.***>;
主题: Re: [Zhou-sx/yolov5_Deepsort_rknn] opencv库 (Issue #7)
建议还是直接编译...我手上的交叉编译链编出来依赖glibc 2.33 板子上是glibc 2.31所以用不了
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
请问,您这边有编译好的opencv库吗? |
不好意思,之前编译好的库我这里没有备份
…------------------ 原始邮件 ------------------
发件人: "Zhou-sx/yolov5_Deepsort_rknn" ***@***.***>;
发送时间: 2023年3月6日(星期一) 中午1:55
***@***.***>;
***@***.******@***.***>;
主题: Re: [Zhou-sx/yolov5_Deepsort_rknn] opencv库 (Issue #7)
请问,您这边有编译好的opencv库吗?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
我想问下在ubuntu上编译可以通过吗? |
按道理来说,应该是可以的,但是我看之前有人报错,我是在开发板上编译的
…------------------ 原始邮件 ------------------
发件人: "Zhou-sx/yolov5_Deepsort_rknn" ***@***.***>;
发送时间: 2023年3月6日(星期一) 下午5:21
***@***.***>;
***@***.******@***.***>;
主题: Re: [Zhou-sx/yolov5_Deepsort_rknn] opencv库 (Issue #7)
我想问下在ubuntu上编译可以通过吗?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
您好,可以分享一下您编译好的opencv库吗,我尝试了一下老是出各种问题
The text was updated successfully, but these errors were encountered: