Design
and implement an algorithm that takes a collection of images annotated with
facial landmarks, builds a statistical model of appearance and shape
variation in this set and synthesizes novel faces using evolutionary
algorithms (or a different kind of an algorithm). The basic steps are
described here.
Note that in this project we are not interested in creating faces similar
to the target face (as in the link). The goal is to create many different
random faces.
The data bases of
annotated faces can be found here
and here
See website
for details on shape statistical model.
See website
for details on combined appearance models.
See website
describing how to build, display and use statistical appearance models.
|