- Added --show-distance to cli
- Fixed a bug where --tolerance was ignored in cli if testing a single image
- Added benchmark.py to examples
- Added --tolerance to cli
- The CLI can now take advantage of multiple CPUs. Just pass in the -cpus X parameter where X is the number of CPUs to use.
- Added face_distance.py example
- Improved CLI tests to actually test the CLI functionality
- Updated facerec_on_raspberry_pi.py to capture in rgb (not bgr) format.
- Fixed a ValueError crash when using the CLI on Python 2.7
- Raspberry Pi support.
- Fixed: Face landmarks wasn't returning all chin points.
- Fixed a minor bug in the command-line interface.
- Minor pref improvements with face comparisons.
- Test updates.
- Fix minimum scipy version required.
- Fix missing Pillow dependency.
- First working release.