This page contains the Helen dataset used in the experiments of exemplar-based graph matching (EGM)[1] for facial landmark detection. The original Helen dataset[2] adopts a highly detailed annotation. We re-labeled 348 images with the same 29 landmarks as the LFPW dataset[3]. In addition, we provide MATLAB interface code for loading and visualizing the facial landmarks on images.
1
2
3
|
>> cd helen
>> ls
demoHelen.m README.md data lib
>> demoHelen
|
data: | This folder contains the images and labels of the Helen dataset. |
lib: | This folder contains some library functions for visualizing facial landmark on images. |
demoHelen.m: | An interface demo for visualizing image and facial landmarks. |
This software is free for use in research projects. If you publish results obtained using this software, please use this citation:
Contributing back bugfixes and improvements is polite and encouraged. If you have any question, feel free to contact Feng Zhou.