DlibDotNet
DlibDotNet copied to clipboard
Dlib .NET wrapper written in C++ and C# for Windows, MacOS, Linux and iOS
Bumps [System.Drawing.Common](https://github.com/dotnet/runtime) from 5.0.1 to 5.0.3. Release notes Sourced from System.Drawing.Common's releases. .NET 5.0.3 Release Notes Install Instructions Repos Core .NET 5.0.2 Release Notes Install Instructions Repos Core Commits c636bbd...
Bumps [System.Drawing.Common](https://github.com/dotnet/corefx) from 4.7.0 to 4.7.2. Release notes Sourced from System.Drawing.Common's releases. .NET Core 2.1.0 RC1 Release Notes Known Issues Download and Install Repos CoreCLR CoreFX Core-Setup CLI Commits See...
# Summary of your issue I'm trying to use DlibDotNet in a Blazor WebAssembly project and I'm getting **DllNotFoundException: DlibDotNetNativeDnn**. I think this may be because DlibDotNet doesn't have a...
## Summary of issue Hi, I'm working on a project that does face recognition in real-time using ar glass(nreal light). 'shape_predictor_68_face_landmarks.dat' and 'dlib_face_recognition_resnet_model_v1.dat' are loaded successfully, but there seems to...
when using .ToBitmap(), there is a compiler error : Visual Studio 2023 preview, .NET 7  Thank you for your help.
# DlibDotNet.Xamarin is missing # Environment Android 11 # What did you do when you faced the problem? Download the demo, found the nuget DlibDotNet.Xamarin is missing, and could not...
`System.Drawing` is not supported on .NET 7 in Linux. So we have to replace it with other library. Now, `System.Drawing` is not used in DlibDotNet. But `ToBitmap` and other fnction...
# Summary of your issue # Environment using System; using System.Collections.Generic; using DlibDotNet; using DlibDotNet.Dnn; using System.Runtime.InteropServices; using System.Reflection; class Program { static void Main(string[] args) { // var DLL...