vardanagarwal / Proctoring-AI

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

RuntimeError: Unable to open shape_68.dat #54

Closed manjunathgk029 closed 3 years ago

manjunathgk029 commented 3 years ago

predictor = dlib.shape_predictor('shape_68.dat') error is this line. could you please help me to solve this issue?

error
vardanagarwal commented 3 years ago

You need to download the dlib landmark detection model and rename it to shape_68. Then it will work.