ShiqiYu / libfacedetection

An open source library for face detection in images. The face detection speed can reach 1000FPS.
Other
12.28k stars 3.05k forks source link

detect facial landmarks from a video file #27

Closed sarmadm closed 7 years ago

sarmadm commented 7 years ago

Hi

is it possible to use libfacedetection to detect facial landmarks from a video file ?

ShiqiYu commented 7 years ago

Why not?

sarmadm notifications@github.com于2017年2月21日 周二17:39写道:

Hi

is it possible to use libfacedetection to detect facial landmarks from a video file ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ShiqiYu/libfacedetection/issues/27, or mute the thread https://github.com/notifications/unsubscribe-auth/AG0eHTew03f_eIqYCXZkQBN-QXmuHbeDks5rerDYgaJpZM4MHFC2 .

-- Dr. Shiqi YU (于仕琪) School of Computer Science and Software Engineering, Shenzhen University, 518060, China +86-755-2673 3127

sarmadm commented 7 years ago

How can make the program to save landmarks from video file ? what I should add ?

ShiqiYu commented 7 years ago

A video is just a sequence of images. You can process the images one by one.