vardanagarwal / Proctoring-AI

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

Can you tell where is this file attached shape_68.dat #58

Closed Goutham-source closed 3 years ago

Goutham-source commented 3 years ago

Traceback (most recent call last): File "E:/Eyeball open/eyetracknew.py", line 35, in predictor = dlib.shape_predictor('shape_68.dat') RuntimeError: Unable to open shape_68.dat

vardanagarwal commented 3 years ago

You can download from here: https://github.com/davisking/dlib-models/blob/master/shape_predictor_68_face_landmarks.dat.bz2

Rename it to shape_68.dat

Goutham-source commented 3 years ago

How to open this kind of file

Regards, Goutham K Technical Trainer iObrain Innovative Labz http://www.iobrain.in Address: #786/A, 1st Floor, 1st Cross, 7th Block, 2nd Phase, Banashankari 3rd Stage, Bengaluru, Karnataka 560085

On Sun, Jul 11, 2021 at 3:41 PM Vardan Agarwal @.***> wrote:

You can download from here: https://github.com/davisking/dlib-models/blob/master/shape_predictor_68_face_landmarks.dat.bz2

Rename it to shape_68.dat

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/vardanagarwal/Proctoring-AI/issues/58#issuecomment-877773997, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARUNT2BEYKVIGE64PPGFCELTXFU4ZANCNFSM47KLLIUQ .

vardanagarwal commented 3 years ago

It's a compression format. Uncompress it and use the dat file.