fyr91 / face_recognition

A real time face recognition pipeline
65 stars 39 forks source link

Problem in saver.restore in train.py #3

Open AnubhavCR7 opened 4 years ago

AnubhavCR7 commented 4 years ago

Hello, I am trying to run the train.py file. But I get this error message :

The passed save_path is not a valid checkpoint: models/mfn/m1/mfn.ckpt

I downloaded the necessary model files from the links provided in Readme.md files. Do I need to download some file called 'mfn.ckpt' ?? If so, where will I get this file ??

Thanks in advance.

ghost commented 4 years ago

You don't need to download another file called 'mfn.ckpt'. This is referring to the files in the google drive called mfn.ckpt.index and mfn.ckpt.data-00000-of-00001. Just make sure all the files in the google drive are located at the correct location.