| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| OpenFace_2.2.0_win_x64.zip | 2019-07-13 | 129.8 MB | |
| OpenFace_2.2.0_win_x86.zip | 2019-07-13 | 117.9 MB | |
| OpenFace 2.2.0.tar.gz | 2019-07-13 | 607.4 MB | |
| OpenFace 2.2.0.zip | 2019-07-13 | 609.5 MB | |
| README.md | 2019-07-13 | 1.2 kB | |
| Totals: 5 Items | 1.5 GB | 20 | |
Update of OpenFace to version 2.2.0, a number of bug fixes and library updates
Change log: - Moving to C++17. This means that the code can only be build using C++17 compilers (e.g. g++ >8 and Visual Studio 2017, clang > 5), fixing related bugs - (https://github.com/TadasBaltrusaitis/OpenFace/issues/698, https://github.com/TadasBaltrusaitis/OpenFace/issues/629, https://github.com/TadasBaltrusaitis/OpenFace/issues/641) - Removing an explicit dependency on boost (all the filesystem operations are performed using std::filesystem or boost::filesysteme). If boost is available it will used boost:filesystem, otherwise std::filesystem (this requires C++17). - Visual Studio 2017 is now the main version for Visual Studio builds, VS 2015 is no longer supported - Updating OpenCV to 4.1 version (https://github.com/TadasBaltrusaitis/OpenFace/pull/511) - Fixing a bug with output images when using GUI (https://github.com/TadasBaltrusaitis/OpenFace/issues/694) - Updating RAWImage - https://github.com/TadasBaltrusaitis/OpenFace/issues/609, so it can be initialized from System.Drawing.Bitmap directly - Fixing overlap detection for multi face tracking: (https://github.com/TadasBaltrusaitis/OpenFace/issues/693)