Page 1 of 1

dlib based face recognition

Posted: Tue 04 May 04 2021 9:45 pm
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.

Re: dlib based face recognition

Posted: Tue 04 May 04 2021 11:39 pm
by Daniel Wee

Re: dlib based face recognition

Posted: Tue 18 May 18 2021 11:43 am
by Daniel Wee