MirrorYuChen

Results 16 comments of MirrorYuChen

没有crash吧,是不是用的不对啊,你看一下我的branch: https://github.com/MirrorYuChen/ncnn_106landmarks

![image](https://user-images.githubusercontent.com/49817428/62128486-25b0d680-b307-11e9-99c1-fbb3d6f74f33.png)

这个要自己写cmake的install,及相关.cmake配置文件

你在编Pangolin的时候要把Eigen打开打开,具体操作如下: 找到,src/CMakeLists.txt文件,把252-261行注释掉,替换内容如下: 替换前: ``` find_package(Eigen3 QUIET) if(EIGEN3_FOUND) set(HAVE_EIGEN 1) list(APPEND USER_INC ${EIGEN3_INCLUDE_DIR} ) if(_CLANG_) # Eigen causes many of these errors. Suppress. set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-deprecated-register") endif() message(STATUS "Eigen Found and...

来这里看看:https://github.com/MirrorYuChen/Mediapipe-MNN,你要的全都有