Skip to content

Releases: menpo/menpofit

0.5.0

08 May 17:24
Compare
Choose a tag to compare

Compatibility update for menpo 0.8.x

Add a pretrained AAM

22 Jun 18:21
Compare
Choose a tag to compare

Adds a pretrained AAM available at menpofit.aam.load_balanced_frontal_face_fitter. It will be automatically downloaded from the menpo website if it does not already exist.

0.4.0

21 May 12:14
Compare
Choose a tag to compare

This is a major new release of menpofit with numerous bug fixes and improvements. It includes complete documentation for the first time, and now depends on menpo v0.7.0.

Fix warping bug for HolisticAAM

01 Jan 00:50
Compare
Choose a tag to compare

Don't warp existing landmarks on images when building the shape normalized images.

Massive Changes!

14 Dec 14:35
Compare
Choose a tag to compare

This update represents an enormous set of changes that involve completely changing how menpofit builds models. Unfortunately, due to current time restrictions, we were unable to properly document nor extensively test all of the models. However, upon the release of menpobench we will endeavor to add proper documentation and use menpobench to perform quantitative testing of all of the models.

Fix SDM pickling bug

16 Jul 14:24
Compare
Choose a tag to compare

SDM can now be pickled.

0.2.0

30 Jun 10:46
Compare
Choose a tag to compare

menpofit 0.2.0 brings menpofit up to date with menpo 0.5.0 and adds support for the new IPython widgets introduced in IPython 3.

A much more significant improvement to menpofit will be coming later this summer.

0.1.0

05 Feb 17:25
Compare
Choose a tag to compare

This release coincides with the official release of Menpo v0.4.0. Mostly, this fixes visualization within menpofit for the widgets.

0.1.0 alpha 2

11 Dec 10:03
Compare
Choose a tag to compare
0.1.0 alpha 2 Pre-release
Pre-release
  • AAMs, CLMs and SDMs are now pickleable (use menpo.io.export_pickle() to save)
  • Faster dW_dp calculation for AAMs (thanks @trigeorgis)
  • Fixes for widgets

The initial release for ACM

04 Nov 09:46
Compare
Choose a tag to compare
Pre-release

This is the first release of the menpofit package to the public and currently represents an alpha stage build.

This repository contains all the code for fitting and training Active Appearance Models, Supervised Descent Method and Constrained Local Models.