Releases: menpo/menpo-notebooks
Track Menpo v0.5.0
Merge pull request #25 from nontas/sift_features SIFT to features notebook
0.5.0
Deformable model examples
We now have a much nicer set of notebooks that show how to build AAMs, CLMs and SDMs. The AAMs notebook should be used as the main guideline.
Cleaner output, new Transform string outputs
This release removes the ugly output of viewer repr from matplotlib output by suppressing output with semicolons. It also includes the new transform output included in menpo v0.2.5.
Minor fixes
This release syncs the import behavior for GPA, and has a few minor fixes.
Basic Lucas Kanade
Other than syncing with Menpo v0.2.3, includes the Basic Lucas Kanade notebook.
Output saved in notebooks
This release tidies up the notebooks somewhat. Notebooks that work with no extra dependencies are left in the notebooks
folder - all others have been moved to broken
.
On a minor note, to aid with Python 3 compatibility, print statements have moved to the functional form
print 'hello' -> print('hello')
release-test
Testing the release process