こちらの公式のサイト
https://github.com/TadasBaltrusaitis/OpenFace/wiki/Unix-Installation
をもとにopenfaceを実装したいと考えています。
その際に公式サイトの「4.4以下を使用してビルドします。」の工程の1行目。
sudo cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D BUILD_TIFF=ON -D WITH_TBB=ON ..
を
~/TriggEye/OpenFace-OpenFace_2.2.0/exe/FeatureExtraction/opencv-4.1.0/build$のpassで
実行すると
CMAKE Error:The source directory"/home/username/TriggEye/OpenFace-OpenFace2.2.0/exe/FeatureExtraction/opencv-4.1.0/build" does not apper to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
というエラーが起きてしまいます。
これを解決するためにこちらのサイト
https://www.366service.com/jp/qa/8af939909425192687672b6ca959e29e
をみたのですがよく理解ができず
CMakeLists.txt.をbuildの中に移動すると解釈しそこで実行してみましたが今度は
CMake Warning:
No source or binary directory provided.Both will be assumed to be the same as the current working directory,but note that this warning will become a fatal error in future CMake releases.
cMake Error at CMakeLists.txt:11(messege):
FATAL: In-source builds are not allowed.
You should create a separate directory for build files.
というエラーが出てしまいました。
どうしたらcmakeでbuildできるでしょうか?
ubuntuのバージョンは20.04です。
あなたの回答
tips
プレビュー