Category "dlib"

how to install face_recognition module for python

i have installed the cmake but still dlib is not installing which is required for the installation of face_recognition module the below mentioned error i am ge

how to solve ' CUDA was found but your compiler failed to compile a simple CUDA program'

I tried vs2015 2017 2019 2022 without success, cmake also tried 3.14.1 and the latest version, cuda is available, and vs2019 seems to have also compiled test.cu

how to access the elements of a dlib matrix / vector?

std::vector<matrix<float,0,1>> face_descriptors = net(faces); Above is what i was looking for.When I use the following command std:: cout >>

Install Dlib in Anaconda Python

I'm trying to install the dlib package in Anaconda by running the following: conda install -c menpo dlib I'm getting the following error: UnsatisfiableError

Error installing Dlib library for python

While trying to install Dlib library for Python, using this tutorial http://dlib.net/compile.html. This tutorial says to do this - cd examples mkdir build cd