All Versions
14
Latest Version
Avg Release Cycle
137 days
Latest Release
1351 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.4.6 Changes
October 04, 2022๐ Release updates
- ๐ Fixed missing
-plcflag in case of using the-flpcflag #59 - ๐ Fixed CLI error in case of uppercased input or output file
- Replaced old sorting function with
sort.Slice
- ๐ Fixed missing
-
v1.4.5 Changes
November 01, 2021๐ Release updates
- ๐ Performance improvements and optimizations
- โก๏ธ Optimize memory allocation
- โ Extends tests and benchmarks
-
v1.4.4 Changes
June 16, 2021๐ Release updates
- ๐ Avoid index out of range in special cases when parsing the binary classifiers
- ๐ Improved the command line interface
- ๐จ Process images directly from internet
-
v1.4.3 Changes
November 09, 2020๐ Release updates
- ๐ Renamed
FindLandmarkPointsmethod toGetLandmarkPointfor better reference. Minor fixes.
- ๐ Renamed
-
v1.4.2 Changes
May 09, 2020๐ Release updates
- ๐ Extend the CLI app with pipe commands support. #37
-
v1.4.1 Changes
April 27, 2020๐ Release updates
- Extend json export with pupil localization and landmark detections #33
-
v1.4.0 Changes
November 15, 2019๐ Release updates
- ๐ฑ Webassembly support ๐
- Webcam demo running on wasm
-
v1.3.0 Changes
October 15, 2019๐ Release updates
- Facial landmark points detection capabilities
- ๐ New integration and unit test cases
-
v1.2.1 Changes
September 19, 2019๐ Release updates
- โ Integrated pupil localization on rotated faces
- Simplifying pupil detection algorithm
- Code cleanup
-
v1.2.0 Changes
August 09, 2019๐ Release updates
- Extended the library with pupils / eyes localization capabilities.
- โ Created test example running as a shared object in a Python environment.