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.93k stars 1.85k forks source link

ImageLandmark problem in AU training #637

Open iPsych opened 5 years ago

iPsych commented 5 years ago

Describe the bug When run the steps in AU_Training, It produces some 0 byte hog files without csv.

To Reproduce Run extractfeatures* scripts in AU_Training, Feature_Extraction folder. In ubuntu 16, Dual CPU (40 cores system).

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context I think It's some incompatibility between Matlab Parallel computing toolbox and Openface. When I change parfor to for to disable parallelization, the problem resolves.

TadasBaltrusaitis commented 5 years ago

Do you have a Matlab Parallel toolbox? The code will not work without the toolbox installed.