TadasBaltrusaitis / OpenFace

OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation.
Other
6.86k stars 1.84k forks source link

Could not find the HAAR face detector location; Could not find CEN patch experts; ERROR: Could not load the landmark detector #1064

Closed BugMaker2002 closed 9 months ago

BugMaker2002 commented 9 months ago

When I try to run the command: ./bin/FeatureExtraction -verbose -f "/share2/dataUBFC_rPPG/dataset2/subject1/vid.avi" Some errors occurred: image Could you tell me how to solve the problem?

UCAS-WUHU111 commented 3 months ago

请问怎么解决的啊

brmarkus commented 3 months ago

请问怎么解决的啊 (What is the solution?)

Looks like the model files were not downloaded according the log message "for instructions of how to download them, see..."

EITHER

install&build with the help of the script "https://github.com/TadasBaltrusaitis/OpenFace/blob/master/install.sh" (or manually perform all the steps inside the script) and download the models by using the script "https://github.com/TadasBaltrusaitis/OpenFace/blob/master/download_models.sh" (or manually download them from the steps inside the script)

OR use (the pre-built) Docker container image (OpenFace is built and installed inside the container, all needed dependencies already installed, model-files already downloaded).