又一个OpenFace...

来源:互联网 发布:冯大辉 知乎 编辑:程序博客网 时间:2024/06/08 07:08

TadasBaltrusaitis/OpenFace

CMake output

The C compiler identification is AppleClang 8.0.0.8000042The CXX compiler identification is AppleClang 8.0.0.8000042Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clangCheck for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -- worksDetecting C compiler ABI infoDetecting C compiler ABI info - doneDetecting C compile featuresDetecting C compile features - doneCheck for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -- worksDetecting CXX compiler ABI infoDetecting CXX compiler ABI info - doneDetecting CXX compile featuresDetecting CXX compile features - doneLooking for dgemm_Looking for dgemm_ - not foundLooking for dgemm_Looking for dgemm_ - foundLooking for pthread.hLooking for pthread.h - foundLooking for pthread_createLooking for pthread_create - foundFound Threads: TRUE  A library with BLAS API found.Found OpenCV: /opt/local (found version "3.2.0") OpenCV information:  OpenCV_INCLUDE_DIRS: /opt/local/include;/opt/local/include/opencv  OpenCV_LIBRARIES: opencv_calib3d;opencv_core;opencv_features2d;opencv_flann;opencv_highgui;opencv_imgcodecs;opencv_imgproc;opencv_ml;opencv_objdetect;opencv_photo;opencv_shape;opencv_stitching;opencv_superres;opencv_video;opencv_videoio;opencv_videostab;opencv_aruco;opencv_bgsegm;opencv_bioinspired;opencv_ccalib;opencv_datasets;opencv_dnn;opencv_dpm;opencv_face;opencv_freetype;opencv_fuzzy;opencv_line_descriptor;opencv_optflow;opencv_phase_unwrapping;opencv_plot;opencv_reg;opencv_rgbd;opencv_saliency;opencv_stereo;opencv_structured_light;opencv_surface_matching;opencv_text;opencv_tracking;opencv_xfeatures2d;opencv_ximgproc;opencv_xobjdetect;opencv_xphoto  OpenCV_LIBRARY_DIRS: Boost version: 1.59.0Found the following Boost libraries:  filesystem  systemBoost information:  Boost_INCLUDE_DIRS: /opt/local/include  Boost_LIBRARIES: /opt/local/lib/libboost_filesystem-mt.dylib;/opt/local/lib/libboost_system-mt.dylib  Boost_LIBRARY_DIRS: /opt/local/libFound TBB: /usr/local (found version "2018.0")  Found JPEG: /usr/local/lib/libjpeg.dylib  Searching for BLAS and LAPACKLooking for sys/types.hLooking for sys/types.h - foundLooking for stdint.hLooking for stdint.h - foundLooking for stddef.hLooking for stddef.h - foundCheck size of void*Check size of void* - doneFound LAPACK libraryFound ATLAS BLAS libraryLooking for cblas_ddotLooking for cblas_ddot - foundCheck for STD namespaceCheck for STD namespace - foundLooking for C++ include iostreamLooking for C++ include iostream - foundConfiguring done

worked like a charm :)

  • Apparently found MacPorts version of OpenCV, Boost and OpenBlas etc. No idea how, but quite clever…
原创粉丝点击