head-pose-estimation icon indicating copy to clipboard operation
head-pose-estimation copied to clipboard

下拉代码导入Android Studio无法build

Open bestpower opened this issue 5 years ago • 1 comments

一直提示说缺少libandroid_ceres.so库,请问你这个工程是不是缺了什么文件,代码上传有遗漏

bestpower avatar Oct 12 '19 02:10 bestpower

libandroid_ceres.so是通过ndk+cmake编译出来的,因为是可以生成的库文件就没放上来,大小也超过github的限制,可以看一下这个CMakeLists文件:https://github.com/Great-Keith/head-pose-estimation/blob/master/android/landmark-fitting/app/src/main/cpp/CMakeLists.txt

Bemfool avatar Nov 08 '19 05:11 Bemfool