【パブリッシャー丸ごとセール第103弾】9月20日 0:00 〜 9月26日(木) 23:59まで
Imphenziaのアセット50%オフ
↓↓↓ 今週の無料アセットプレゼント🎁
『Blasters Large』$21.95 => FREE(9月26日 23:59まで無料)
クーポンコード:IMPHENZIA
【Fresh Asset sale】⏰️ 9月19日 〜 10月2日 23:59まで NEW!!
200を超える最新の人気アセットがお買い得。秋のフレッシュアセットセール開催 🎉
🈹 合計60ドル以上のご注文ならクーポン適用で さらに10%オフ
クーポンコード:SEP10BER
※ 有効期限:2024年9月30日まで、複数回利用可能、セール品以外にも使えます
【Humble Bundle】 その他 ソフトウェアバンドルはこちら
『BLENDER MARKET: BEST OF 2024』 ⏰️ 10月5日(土) 3時まで
Blender用のワールド構築ツールキット。地形、液体、人間、植物など豪華なアセットバンドル
価格:$30で31アイテム
『LEARN TO CREATE GAME ART IN BLENDER 2024』 ⏰️ 9月24日(火) 3時まで
Blenderのスキルアップ。GameDev.tvのGDTVゲームアートバンドルコース(英語)
『LEARTES UNREAL AND UNITY ASSETS GIGA BUNDLE ENCORE』 ⏰️ 10月7日(月) 3時まで
最新3Dモデルが破格⚡️Unityとアンリアルエンジン混合バンドル $30で61アイテム
DlibFaceLandmarkDetector can Object Detection and Shape Prediction using Dlib C++ Library.Works with Unity Cloud BuildChromeOS supportiOS & Android supportWindows10 UWP supportWebGL supportWin & Mac & Linux Standalone supportPreview support in the EditorDlibFaceLandmarkDetector can ObjectDetection and ShapePrediction using Dlib19.7 C++ Library.Official Site | ExampleCode | Android Demo WebGL Demo | Tutorial & Demo Video | Forum | API ReferenceFeatures:- You can detect frontal human faces and face landmark (68 points, 17points, 6points) in Texture2D, WebCamTexture and Image byte array. In addition, You can detect a different objects by changing trained data file.- ObjectDetector is made using the now classic Histogram of Oriented Gradients (HOG) feature combined with a linear classifier, an image pyramid, and sliding window detection scheme. You can train your own detector in addition to human faces detector. If you want to train your own detector, please refer to this page.- ShapePredictor is created by using dlib's implementation of the paper(One Millisecond Face Alignment with an Ensemble of Regression Trees by Vahid Kazemi and Josephine Sullivan, CVPR 2014). You can train your own models in addition to human face landmark model using dlib's machine learning tools. If you want to train your own models, please refer to this page.- Advanced examples using “OpenCV for Unity” are Included. (The execution of this examples are required “OpenCV for Unity”.)- By utilizing the VisualScripting With DlibFaceLandmarkDetector Example, you can leverage all the methods available in DlibFaceLandmarkDetector within the Unity’s Visual Scripting development environment. VisualScripting With DlibFaceLandmarkDetector Example (GitHub)Examples:Texture2DExampleWebCamTextureExampleCatDetectionExampleAdvanced Examples:(require OpenCV for Unity)Texture2DToMatExampleWebCamTextureToMatHelperExampleVideoCaptureExampleARHeadWebCamTextureExampleVideoCaptureARHeadExampleFrameOptimizationExampleNoiseFilterWebCamTextureExampleNoiseFilterVideoCaptureExampleExampleCode using Dlib FaceLandmark Detector is available.FaceSwapper ExampleFaceMask ExampleHoloLens with DlibFaceLandmarkDetector ExampleDlibFaceLandmarkDetector 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.System RequirementsBuild Win Standalone & Preview Editor : Windows 8 or laterBuild Mac Standalone & Preview Editor : OSX 10.13 or laterBuild Linux Standalone & Preview Editor : Ubuntu18.04 or laterBuild Android : API level 21 or laterBuild iOS : iOS Version 11.0 or laterMore Info >>Supported OS iOS, Android, ChromeOS, Windows10 UWP, WebGL, Windows, macOS, LinuxLink to documentation API Reference
DlibFaceLandmarkDetector は、Dlib C++ ライブラリを使用してオブジェクト検出と形状予測を行うことができます。
詳細
Works with Unity Cloud Build
ChromeOS support
iOS & Android support
Windows10 UWP support
Lumin ( MagicLeap ) support 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”が必要です。)
- PlayMakerActions for DlibFaceLandmarkDetectorが利用可能です。
サンプル:
Texture2DExample
WebCamTextureExample
CatDetectionExample
OpenCVforUntiy利用サンプル:
(require OpenCV for Unity)
Texture2DToMatExample
WebCamTextureToMatHelperExample
VideoCaptureExample
ARHeadWebCamTextureExample
VideoCaptureARHeadExample
FrameOptimizationExample
NoiseFilterWebCamTextureExample
NoiseFilterVideoCaptureExample
Dlib FaceLandmark Detectorを使ったサンプルコードを公開中です。
FaceSwapper Example
FaceMask Example
HoloLens with DlibFaceLandmarkDetector Example
MagicLeap 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.9 or later
Build Linux Standalone & Preview Editor : Ubuntu16.04 or later
More Info >>
▼ Humble Bundle
Software Bundles
AssetStore Price down information
LinkList
copyright © AssetStore Price down information All Rights Reserved.