vardanagarwal / Proctoring-AI

Creating a software for automatic monitoring in online proctoring
MIT License
540 stars 329 forks source link

Unable to import dlib. Does dlib need a GPU compulsorily? #66

Closed shubhampk37 closed 2 years ago

shubhampk37 commented 2 years ago

I'm using a Intel Pentium B960 Processor. I'm unable to import dlib. I think there's an issue of GPU and CUDA. Can you please tell me how can I proceed further?

Anaconda Promt:

import dlib Traceback (most recent call last): File "", line 1, in File "C:\Users\shubh\Anaconda3\envs\ET\lib\site-packages\dlib__init__.py", line 19, in from _dlib_pybind11 import * ImportError: DLL load failed while importing _dlib_pybind11: A dynamic link library (DLL) initialization routine failed.

vardanagarwal commented 2 years ago

No that's not necessary.

shubhampk37 commented 2 years ago

So how should I proceed with working on the code then if I'm unable to import dlib?

vardanagarwal commented 2 years ago

The main branch doesn't use dlib, instead uses a tensorflow model for the facial landmarks, you can use that.