ShiqiYu / libfacedetection

An open source library for face detection in images. The face detection speed can reach 1000FPS.
Other
12.27k stars 3.05k forks source link

关于在iOS上的检测效率问题 #300

Open jinjunweina opened 3 years ago

jinjunweina commented 3 years ago

我在iPhone6 P上调用人脸关键点(5个点)检测,输入图像是(150 * 200)每次检测时间是506ms,请问在这个平台上的检测效率是这样的吗?还是说我使用方式有问题,比如说要进行哪些配置?我已经打开了 #define _ENABLE_NEON //Please enable it if ARM CPU

fengyuentau commented 3 years ago

我们暂时没有在iPhone上测试过。目前项目里面的Android/iPhone代码是较旧版本的。https://github.com/ShiqiYu/libfacedetection/pull/289 这里有最新版本的实现,此PR将会在review之后合并到仓库中。

BillInUK commented 11 months ago

请问现在能在IOS上编译通过并运行了吗?