DlibDotNet icon indicating copy to clipboard operation
DlibDotNet copied to clipboard

Dlib .NET wrapper written in C++ and C# for Windows, MacOS, Linux and iOS

Results 59 DlibDotNet issues
Sort by recently updated
recently updated
newest added

Hello, I am using the FrontalFaceDetector class to perform face detection using Dlib (thanks for the great library!). For that, I followed the example you provide (https://github.com/takuya-takeuchi/DlibDotNet/tree/master/examples/FaceDetection). There's a step...

bug
good first issue

# How to using DlibDotNet in .NET Core 6

question

# Summary of your issue I created a simple console app to get facial landmarks on a Wİndows 10 machine. I get the facial landmarks of an input image and...

question

# I am building a simple face detection asp.net core webapi on windows 10 machine. Everything is OK when the solution is set to x64 and run after getting the...

question

# Summary of your issue I was building "DlibDotNet.Native.Dnn" on the command line, referring to the web page "Tutorial for Windows". When I do a debug build, I get an...

good first issue
question

ios binary requires to provide functions corresponds to all P/invoke functions. But it is too many and occurs to make huge binary. Especially android binary exceeds 2GB. Therefore I consider...

enhancement

# Summary of your issue When testing the below code on Windows 10 everything works When testing the below code on MacOS Version 11.4 I get the following error "Unable...

question

# Summary of your issue I need to load a lot of images, but those are in S3, so is there a possibility to load images from a url? If...

question

build on local machine success but when build with TFS error .NET Framework 4.6.1 ![Capture](https://user-images.githubusercontent.com/22557983/113901199-dc0ad580-97e3-11eb-90c2-6ca2d57746d9.PNG) ![Capture](https://user-images.githubusercontent.com/22557983/113901251-eb8a1e80-97e3-11eb-85e7-f831044f6dfe.PNG) packages\DlibDotNet.19.21.0.20210302\build\DlibDotNet.props(2,1): Error MSB4041: The default XML namespace of the project must be the MSBuild...