OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation.
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):
OS: Ubuntu 16
Version 2.1.0
Compiler [if compilation or linker error]
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.
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.