EyeLipCropper : a Python tool to crop eyes and mouth ROIs of the given video

EyeLipCropper is a Python tool to crop eyes and mouth ROIs of the given video. The whole process consists of three parts: frame extraction, face alignment, and eye/mouth cropping. The cropped eye/mouth image size can be customized. Usage Prerequisites >> python frame_extract.py -h usage: frame_extract.py [-h] [–video-path VIDEO_PATH] [–images-path IMAGES_PATH] extract frames with opencv optional arguments: -h, –help show this help message and exit –video-path VIDEO_PATH the input video path –images-path IMAGES_PATH the output frames path # default for test: […]

Read more