DlibDotNet
DlibDotNet copied to clipboard
Dlib .NET wrapper written in C++ and C# for Windows, MacOS, Linux and iOS
i'm develop an API that can you access from https://mk-cideng.ddns.net:5001/ConsoleFR/Index , everything is ok but i want to add one feature which is i want to show a value of...
I use DlibDotNet.CUDA101 19.21.0.20210302. When I try to deserialize a model that was trained using dlib **19.21** I get this exception: ``` DlibDotNet.SerializationException: 'An error occurred while trying to read...
Hi! Is to fast load image and then get the locations. but if i use count on ienumerable of locations is too slow. Is any way to do faster? Im...
Disable to link libjpeg installed in system. OSX failed to run due to mismatch version of libjpeg. So use `-D JPEG_FOUND=OFF` for cmake
# Summary of your issue Dotnet seems to look for a non-.so file on linux # Environment Arch Linux x64 Dotnet 5.0.0-preview # What did you do when you faced...
There are several functions that are not found in 'DlibDotNetNativeDnn.dll': LossMmod_det_bnet_type_create LossMmod_det_anet_type_create LossMulticlassLogPerPixel_seg_bnet_type_create LossMulticlassLogPerPixel_seg_anet_type_create code: static NativeMethods() { WindowsLibraryLoader.LoadLibraries(new[] { $"{NativeLibrary}", $"{NativeDnnLibrary}" }); foreach (var builder in new[] { LossMetric_anet_type_create(),...
# Summary of your issue I am attempting to use the DLibDotNet.UWP on a Windows10/VS2019/WPF application. The nuget package that is installed is DlibDotNet.UWP and it appears only the DLibDotNet.dll...
Hi, The library is working fine during development time, i am using Visual studio 2019 for development on Windows 10, i deployed my solution to IIS and it works fine....
Error System.DllNotFoundException: Unable to load DLL 'DlibDotNetNative': A dynamic link library (DLL) initialization routine failed. (Exception from HRESULT: 0x8007045A) at DlibDotNet.NativeMethods.get_frontal_face_detector() at DlibDotNet.Dlib.GetFrontalFaceDetector() at Bio_Face_Auth_Console.Program.AllignImage(String imagePath) Hello Sir , please...