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.71k stars 1.82k forks source link

FeatureExtraction for video frame rate #993

Open HyeonhuiLee opened 2 years ago

HyeonhuiLee commented 2 years ago

Hello! I wonder if FeatureExtraction.exe for video can drop a next frame to synchronize with video, when it is processed. I want to get a frame at that time, not a next frame of previous one. In other words, I hope that the code processing time is the same as a video playback time. Thank you