You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to enable GPU acceleration for CNN face locations, after compiling the dlib library version: 19.19.99 successfully with CUDA support and then installing the face-recognition library.
I tried to import the dlib library in my code and it gave no errors, however when compiling the api.py file it gives the error :
ImportError: DLL load failed while importing dlib: The specified module could not be found
even though like i said im able to import dlib without any problems
The text was updated successfully, but these errors were encountered:
Description
I was trying to enable GPU acceleration for CNN face locations, after compiling the dlib library version: 19.19.99 successfully with CUDA support and then installing the face-recognition library.
I tried to import the dlib library in my code and it gave no errors, however when compiling the api.py file it gives the error :
ImportError: DLL load failed while importing dlib: The specified module could not be found
even though like i said im able to import dlib without any problems
The text was updated successfully, but these errors were encountered: