-
-
Notifications
You must be signed in to change notification settings - Fork 26
Description
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