Skip to content
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

flycv 在rv1126 处理图片也不是很快 感觉跟 opecv 处理时间一样 #148

Open
liruiyan opened this issue Mar 16, 2023 · 3 comments

Comments

@liruiyan
Copy link

有什么办法证明 flycv 在运行吗
现在 再用 fastdeploy

[INFO] fastdeploy/vision/common/processors/base.cc(154)::EnableFlyCV Will change to use image processing library ProcLib::FLYCV

@pengyang1225
Copy link

请问是怎么进行交叉编译的,可以指导一下吗

@VoidSalts
Copy link
Collaborator

请问是怎么进行交叉编译的,可以指导一下吗

参考这个编译指导说明即可:https://github.com/PaddlePaddle/FlyCV/wiki/编译手册-v1.2.0#armlinux-local
PS:如果需要指定专用的交叉编译工具,只需要通过export命令将指定的交叉编译工具路径加入环境变量PATH即可,默认会使用aarch64-linux-gnueabihf-g++(64位)或者arm-linux-gnueabihf-g++(32位)命令作为交叉编译器

@pengyang1225
Copy link

你编译的时候确认一下他编译的是neon的代码,我感觉你编译的是普通的代码,例如resize是编译的的resize_arm.cpp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants