Skip to content

Releases: menpo/menpo-notebooks

Track Menpo v0.5.0

16 Jul 14:37
Compare
Choose a tag to compare
Merge pull request #25 from nontas/sift_features

SIFT to features notebook

0.5.0

30 Jun 09:11
Compare
Choose a tag to compare
Merge pull request #25 from nontas/sift_features

SIFT to features notebook

Deformable model examples

28 May 16:28
Compare
Choose a tag to compare
Pre-release

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

07 May 11:51
Compare
Choose a tag to compare

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

07 May 10:23
Compare
Choose a tag to compare
Minor fixes Pre-release
Pre-release

This release syncs the import behavior for GPA, and has a few minor fixes.

Basic Lucas Kanade

01 May 12:45
Compare
Choose a tag to compare
Basic Lucas Kanade Pre-release
Pre-release

Other than syncing with Menpo v0.2.3, includes the Basic Lucas Kanade notebook.

Output saved in notebooks

30 Apr 23:52
Compare
Choose a tag to compare
Pre-release

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

27 Apr 15:17
Compare
Choose a tag to compare
release-test Pre-release
Pre-release

Testing the release process