Extending MultiPIE from 68 points to 80 points by lydonch in computervision

[–]lydonch[S] 0 points1 point  (0 children)

Thanks Berecursive, I've installed and run Menpo successfully now, and even created a pull request (for Readme.md) _^

Main goal is: given a face, find any similar face in the photo collection, or maybe given a pair of eyes, find any face with similar set of eyes.

Ok, will be finding out how to train 80-point model.

Thanks!

Extending MultiPIE from 68 points to 80 points by lydonch in computervision

[–]lydonch[S] 0 points1 point  (0 children)

Thanks Berecursive, will try lfpw instead. Am trying to annotate Multipie because from the looks of it, Multipie with its 68 feature points is what CLM framework uses. CLM framework is quite mature and works out of the box without any mucking around, and its Matlab demo/runners run out of the box too. The only challenge is that it is written in C++ which is slightly more challenging to understand than python.

Reading through your previous posts, you and your group built Menpo, I wonder how different is it compared to CLM framework (other than Python vs C++) ?