Skip to content

Releases: class-tools/Learning-Focus

Version 2.0.0

16 Apr 05:00
702c3e7
Compare
Choose a tag to compare

Changelog

Platform & Dependencies

Remove Linux and MacOS support.

Rewrite project with C++.

Use vcpkg to manage dependencies.

Resources

Modify data saving directory to %APPDATA%\.class-tools\LF and $HOME/.class-tools/LF.

Require manually downloading model file shape_predictor_68_face_landmarks.dat.

Functions

Add more command line arguments.

CI / CD

Add GitHub Workflows to build project.

Bugfixes

#8

Adjustments

#8

Comparison

v1.0.0...v2.0.0

Communication

Our team has now established the Official QQ Discussion Group. Welcome to join us!

Version 1.0.0 LTS

03 Dec 04:39
44ec4af
Compare
Choose a tag to compare

Changelog

Fix several bugs.

Update GitHub Templates (Issues, Pull Requests).

Optimize real-time video displaying thread. (#7)

Add .spec configuration file for PyInstaller EXE building.

Add a workflow for building EXE (Support pip caching).

Usage

Build it by yourself or create a Python environment to run the source code.

Other

This version is LTS, hot bugfix won't be done on it.

Version 1.0.0 Rc 1

25 Sep 03:05
eb25540
Compare
Choose a tag to compare
Version 1.0.0 Rc 1 Pre-release
Pre-release

更新日志

功能

加入智能回收误测人脸数据模块。

依赖

统一使用 Face Recognition Models 下的 DLib 模型文件而不是手动下载。

其它

简化了部分 GitHub Action 的不必要配置。

附注

此版本仅构建 x64 架构 Windows 7+ (推荐 10 / 11) 平台的可执行文件,在其它环境中测试请手动搭建环境(推荐 Conda)运行。

Version 1.0.0 Beta 2

21 Sep 12:28
5d760d5
Compare
Choose a tag to compare
Version 1.0.0 Beta 2 Pre-release
Pre-release

更新日志

功能

增加对多人人脸状态检测的支持。

支持提供命令行参数运行程序。

修复打包后依赖文件路径错误。

附注

此版本仅构建 x64 架构 Windows 7+ (推荐 10 / 11) 平台的可执行文件,在其它环境中测试请手动搭建环境(推荐 Conda)运行。

Version 1.0.0 Beta 1

03 Sep 01:55
b552f6f
Compare
Choose a tag to compare
Version 1.0.0 Beta 1 Pre-release
Pre-release

更新日志

功能

默认在实时显示窗口中启用镜像模式(左右翻转)。

取消在非调试模式中实时显示窗口显示的 68 个人脸关键点。

完善一些细节。

修复已知 Bug。

开发

将 4 个空格缩进替换为 1 个制表符。

添加 Pip Requirements 文件。

附注

此版本不构建各平台上无需 Python 环境的可执行文件,请测试者手动搭建环境(推荐使用 Conda 管理第三方包)运行。

提出建议或报告问题请至本存储库的 Issues 页面。