DlibDotNet
DlibDotNet copied to clipboard
Dlib .NET wrapper written in C++ and C# for Windows, MacOS, Linux and iOS
# Summary of your issue # Environment vs 2019 # What did you do when you faced the problem? System.Runtime.InteropServices.SEHException:An exception occurred in an external component ## Example code: public...
Hi, FullObjectDetection exposes a constructor where we can input the face rectangle and the facel andmark points. This is pretty useful when we have datasets that expose this information annotated,...
hello. I want to use DlibDotNet.CUDA100 in my project in windows 7. I do below steps. - by using this [link](https://www.nuget.org/packages/DlibDotNet.CUDA100) i downlod it by nuget. - i install cuda...
I'm trying run my app in Azure App Services (Linux), but the call to GetFrontalFaceDetector() leads with an exception with text > The type initializer for 'DlibDotNet.NativeMethods' threw an exception....
# Summary of your issue i am using dlibdotnet to do face recognition application based on the example from here: https://github.com/takuya-takeuchi/DlibDotNet/blob/develop/examples/DnnFaceRecognition/Program.cs # Environment visual studio 2017 # What did you...
Hi! Thanks for your great work! Could you tell me why do you use DlibDotNet.Native and DlibDotNet.Native.Dnn instead of dlib sources? My dotnet core app works on win x64, ubuntu...
# Summary of your issue Hi, I had success running DlibDotNet with a desktop computer, with a GeForce RTX 2080. Now I am trying to move this into an Azure...
hi takuya,i very lucky for got ur dlibnotnet project,very thanks. i using the project (examples\DnnMmodFindCars\Programs.cs) to build a demo program. i got a error for "Unable to load DLL 'DlibDotNetNativeDnn'...
# Summary of your issue Code referencing DLibDotNet works OK in my development environment (Win 10, Asus Zenbook 2014 built for .Net 4.6.1) but when I create an installer and...
I've been doing some benchmarks capturing rectangles of faces in a continuous loop and the RAM consumption seems exponential, is it possible that there is some memory leak somewhere? In...