open_dbm icon indicating copy to clipboard operation
open_dbm copied to clipboard

Openface failing with sample data

Open herrington opened this issue 2 years ago • 4 comments

I successfully installed open_dbm on my mac (OSX 10.15.7), entered the open_dbm directory, and ran:

bash process_dbm.sh --input_path=sample_data --output_path=sample_data_output

The program appeared to fail when running openface. Here is the error message at the terminal:

Computing OpenFace features /app/raw_data/subj02_timepoint01.mp4 from video file ERROR:root:Failed to run OpenFace on /app/raw_data/subj02_timepoint01.mp4 Command '['pkg/open_dbm/OpenFace/build/bin/FeatureExtraction', '-q', '-2Dfp', '-3Dfp', '-pdmparams', '-pose', '-aus', '-gaze', '-f', '/app/raw_data/subj02_timepoint01.mp4', '-out_dir', '/app/output/raw_variables/subj02_timepoint01/subj02_timepoint01_openface']' returned non-zero exit status 1. I'm attaching text files with the docker installation output, as well as the full output of the process_dbm.sh command.

Thanks - John

open_dbm_docker_process_dbm__output.txt

open_dbm_docker_install_output.txt

herrington avatar Jan 28 '22 14:01 herrington