SeetaFace6Open / index

Other
536 stars 208 forks source link

Linux环境下编译QualityAssessor3失败,报错 无SeetaPoseEstimationConfig.cmake #38

Closed sipercai closed 2 years ago

sipercai commented 2 years ago

cd ./craft 运行.linux64_sh文件时 cmake报错如下

CMake Error at QualityAssessor/CMakeLists.txt:73 (find_package): By not providing "FindSeetaPoseEstimation.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "SeetaPoseEstimation", but CMake did not find one.

Could not find a package configuration file provided by "SeetaPoseEstimation" with any of the following names:

SeetaPoseEstimationConfig.cmake
seetaposeestimation-config.cmake

Add the installation prefix of "SeetaPoseEstimation" to CMAKE_PREFIX_PATH or set "SeetaPoseEstimation_DIR" to a directory containing one of the above files. If "SeetaPoseEstimation" provides a separate development package or SDK, be sure it has been installed.

-- Configuring incomplete, errors occurred!

sipercai commented 2 years ago

得先编译PoseEstimation这个模块