antoinelame / GazeTracking

👀 Eye Tracking library easily implementable to your projects
MIT License
2.04k stars 536 forks source link

nVidia only? #90

Closed Chris2000SP closed 3 months ago

Chris2000SP commented 3 months ago

Hello, i tried to install it on my AMD system, but i saw that it needs dlib and this needs cuda and cudnn. Do this mean that it only run with an nVidia card?

Chris2000SP commented 3 months ago

OK, for Arch Linux i found in the AUR: aur/python-dlib . clone that so you have the PKGBUILD file and edit it: nano PKGBUILD set the following to 0: _build_cuda=0 save an close it. then make it: makepkg -si