Skip to content

Releases: menpo/menpodetect

0.5.0

08 May 17:24
Compare
Choose a tag to compare

Compatibility update for menpo 0.8.x

Add bob.ip.facedetect

21 Jun 18:43
Compare
Choose a tag to compare

Add support for bob.ip.facedetect - though this is not currently handled by our conda install.
Also, fix deprecation warnings stemming from menpo 0.7.1 release.

0.4.0

21 May 15:33
Compare
Choose a tag to compare

This release of menpodetect includes bug fixes and minor improvements. It is now compatible with Menpo v0.7.0, and also now supports Python 3.5.

Updates for Menpo v0.6.0

26 Nov 19:53
Compare
Choose a tag to compare

This is now compatible with the latest version of Menpo and Numpy etc. More importantly, the project also gained documentation.

0.2.0

01 Jul 09:57
Compare
Choose a tag to compare

Updates menpodetect to work with menpo 0.5.0.

V0.1.0

05 Feb 17:26
Compare
Choose a tag to compare

Update for release of Menpo v0.4.0.

In particular, this release incorporates the changes from the recent release of Dlib 18.13 - in-memory training.

0.1.0 alpha 2

11 Dec 10:07
Compare
Choose a tag to compare
0.1.0 alpha 2 Pre-release
Pre-release

Huge improvement to Menpo Detect thanks to @patricksnape, now supports:

  • dlib (frontal face detector provided, trainable)
  • opencv (frontal face, profile face and eye detection provided, can use OpenCV cascade files)
  • pico (frontal face detection provided)

See README.md for more details.

First Release for ACM MM

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

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

This project aims to wrap existing object detection libraries for easy integration with Menpo. The core project is under a BSD license, but since other projects are wrapped, they may not be compatible with this BSD license. Therefore, we urge caution be taken when interacting with this library for non academic purposes.