Dlib FaceLandmark Detector ver1.4.0 Release!
- Author: Enox Software
- Category: Update
- Tags: Dlib FaceLandmark Detector
Version 1.4.0
[Common]Changed the minimum supported version to Unity2021.3.35f1. [Common]Separated the examples using the Built-in Render Pipeline and Scriptable Render Pipeline.Related posts
Dlib FaceLandmark Detector ver1.2.9 Release!
Version 1.2.9 [Common]Added optimization code using NativeArray class. ( require PlayerSettings.allowUnsafeCode flag, “DLIB_USE_UNSAFE_CODE” ScriptingDefineSymbol and Unity2018.2 or later. ) [Common]Added support for Unicode file path ( objectDetectorFilePath and shapePredictorFilePath ). [Common]Added ImageOptimizationHelper to ARHeadWebCamTextureExample. [Common]Added some converter methods to OpenCVForUnityUtils.cs.
- Author: Enox Software
- Category: Update
- Tags: Dlib FaceLandmark Detector
Dlib FaceLandmark Detector ver1.1.5 Release!
Version 1.1.5[Common] Switched to the shape predictor file trained using new datasets.
- Author: Enox Software
- Category: Update
- Tags: Dlib FaceLandmark Detector
OpenCV for Unity ver2.3.7 Release!
Version 2.3.7 [WebGL]Fixed build errors that occur when DevelopmentBuild is enabled on the WegGL platform. [Common]Added optimization code using NativeArray class. ( require PlayerSettings.allowUnsafeCode flag, “OPENCV_USE_UNSAFE_CODE” ScriptingDefineSymbol and Unity2018.2 or later. ) [iOS]Fixed build errors that occur on the iOS platform with Unity2019.3 or later. [Common]Updated to WebCamTextureToMatHelper.cs v1.1.1.
- Author: Enox Software
- Category: Update
- Tags: OpenCV for Unity