加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
HISTORY.rst 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
Adam Geitgey 提交于 2017-07-03 09:55 . Bump version

History

0.2.0 (2017-06-03)

  • 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.

0.1.14 (2017-04-22)

  • Fixed a ValueError crash when using the CLI on Python 2.7

0.1.13 (2017-04-20)

  • Raspberry Pi support.

0.1.12 (2017-04-13)

  • Fixed: Face landmarks wasn't returning all chin points.

0.1.11 (2017-03-30)

  • Fixed a minor bug in the command-line interface.

0.1.10 (2017-03-21)

  • Minor pref improvements with face comparisons.
  • Test updates.

0.1.9 (2017-03-16)

  • Fix minimum scipy version required.

0.1.8 (2017-03-16)

  • Fix missing Pillow dependency.

0.1.7 (2017-03-13)

  • First working release.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化