-
Notifications
You must be signed in to change notification settings - Fork 177
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
大兄弟,可以更新ncnn的版本了,最新版本测试了一下,速度翻了一倍,实时检测毫无压力了... #7
Comments
Build command failed. 新版本编译出现这个错误, openmp的问题,你遇到没 |
gradle里配置的编译器把gcc修改为clang,arguments "-DANDROID_TOOLCHAIN=clang" |
@abc1225 搞定了,非常感谢! |
@rivercn 测完了告诉一下哈 |
之前尝试过更新版本的,新版需设置clang编译了,我这边尝试过,一直报下面这个错误,没找到解决方法,你们还修改过其他编译细节吗?或者是我需要更新软件某个版本?麻烦告知下; |
@moli232777144 没其它细节了,仅替换了lib库和头文件,gcc修改为clang,你这个的只能是ndk版本导致的问题,ndk版本号: 15.1.4xxx |
@abc1225 初步测试单线程是有上升,单张图片的时间跟视频的时间有差别,需要进一步验证 |
@rivercn thanks |
更新了相关可调参数的接口和测试数据,个人机子上测试,速度反而没之前版本快;mtcnn通过框架提升速度的空间可能不大了,模型计算量并不大,波动反而可能更大;欢迎测试交流下; |
@abc1225 ,已按照你说的修改,请问这个是什么原因 |
@Roger8 升级ndk |
ndk版本由17换为r15后编译成功,3q |
有多快呢?我在Android上跑人脸检测,很不稳定,每帧耗时波动比较大 |
嗯,我这边测试也是,用ncnn官方编译库,20180427的库比20180830的库还要快一些 |
我跑也有几十毫秒到上百毫秒的波动 |
我测下来线程越多,速度越慢.... |
openmp? |
No description provided.
The text was updated successfully, but these errors were encountered: