definability / mfm

MIT License
1 stars 2 forks source link

Use landmarks for Face alignment #75

Open definability opened 7 years ago

definability commented 7 years ago

Currently fitting results are not very good even after manual scale and center alignment. More feature points and alignment automation are needed.

Use, for example, dlib for preprocessing, and push found landmarks as an image metadata for fitters. On each step Fitter or Viewport should calculate the best transformation matrix.

Viewport may be used as a workaround, because Face model is calculated there at the moment, and it's actually a work for a proxy #64

definability commented 7 years ago

Feature points set can vary. This approach will provide an ability to use different preprocessors and different landmarks sets.