dlib based face recognition

Stuff I am working on
Post Reply
Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

dlib based face recognition

Post by Daniel Wee »

Install CUDA and CUDNN

https://linuxconfig.org/how-to-install- ... ossa-linux


Install DLIB with CUDA



You may need to force install libcublas10 to version 10.1.243-3 using:-

Code: Select all

sudo apt install libcublas10=10.1.243-3
in order to install nvidia-cuda-toolkit successfully.
Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

Re: dlib based face recognition

Post by Daniel Wee »

Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

Re: dlib based face recognition

Post by Daniel Wee »

Post Reply