11,000 種類を超える 5 つ星アセット
8.5 万人以上の顧客による評価
10 万人を超えるフォーラムメンバーが支持
すべてのアセットを Unity が審査済み
Unity のバージョン | ビルトイン | URP | HDRP |
---|---|---|---|
2021.3.35f1 | 互換性がある | 互換性がある | 互換性がある |
Works with Unity Cloud Build
ChromeOS support
iOS & Android support
Windows10 UWP support
WebGL support
Win & Mac & Linux Standalone support
Preview support in the Editor
DlibFaceLandmarkDetectorはDlib19.7 C++ Libraryを使用してObjectDetectionとShapePredictionをUnityで行うためのAssetプラグインです。
Official Site | ExampleCode | Android Demo WebGL Demo | Tutorial & Demo Video | Forum | API Reference
機能紹介:
- Texture2D、WebCamTexture、画像バイト列からfrontal human facesとface landmark (68 points, 17points, 6points)を検出可能です。さらに、別の訓練データファイルに変更することによって、任意のオブジェクトを検出することが出来ます。
- ObjectDetectorはHOG特徴量を用いて物体を検出します。 同梱の顔の検出器だけではなく、自分で訓練した物体検出器を使用することも可能です。詳細はこちらのページを参照してください。
- ShapePredictorはこの論文を元に実装されています(One Millisecond Face Alignment with an Ensemble of Regression Trees by Vahid Kazemi and Josephine Sullivan, CVPR 2014)。 同梱の顔のランドマークの形状推定モデルだけではなく、dlibの学習ツールを使用して自分で形状推定モデルを訓練して使用することが可能です。詳細はこちらのページを参照してください。
- “OpenCV for Unity”を利用した高度なサンプルも同梱されています。(“OpenCV for Unity”が必要です。)
- VisualScripting With OpenCVForUnity Exampleを利用することで、UnityのVisual Scripting開発環境内でOpenCVforUnityで利用可能なすべてのメソッドを活用することができます。VisualScripting With DlibFaceLandmarkDetector Example (GitHub)
サンプル:
Texture2DExample
WebCamTextureExample
CatDetectionExample
BenchmarkExample
OpenCVforUntiy利用サンプル:
(require OpenCV for Unity)
Texture2DToMatExample
WebCamTexture2MatHelperExample
VideoCapture2MatHelperExample
ARHeadWebCamTextureExample
ARHeadVideoCaptureExample
FrameOptimizationExample
NoiseFilterWebCamTextureExample
NoiseFilterVideoCaptureExample
Dlib FaceLandmark Detectorを使ったサンプルコードを公開中です。
HoloLens with DlibFaceLandmarkDetector Example
DlibFaceLandmarkDetector uses Dlib under Boost Software License ; see Third-Party Notices.txt file in package for details.
The Shape Predictor model files included with this asset are available for commercial use.
システム条件:
Build Win Standalone & Preview Editor : Windows 8 or later
Build Mac Standalone & Preview Editor : OSX 10.13 or later
Build Linux Standalone & Preview Editor : Ubuntu18.04 or later
Build Android : API level 21 or later
Build iOS : iOS Version 11.0 or later
Dlib FaceLandmark Detector
