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

parallelism removed. solves #922 #989

Closed mgrewe closed 2 years ago

mgrewe commented 3 years ago

Hi, please consider this for merge. The speedup of the parallel_for_ might be neglectable compared to the long processing time with OpenMP enabled OpenBlas distributions.

futureisatyourhand commented 2 years ago

Hi, please consider this for merge. The speedup of the parallel_for_ might be neglectable compared to the long processing time with OpenMP enabled OpenBlas distributions.

hello, can you tell me how to merge them? thansk

mgrewe commented 2 years ago

Hi,

since the branch differs to master by a single commit only, a merge should be straight-forward. If you merge to a different branch, manual merging might be needed.

Cheers