AzureWoods/faceRecognition-yolo-facenet

Some of the files mentioned in the project is missing?

dprajaram opened this issue · 1 comments

Some files are missing such as

  1. yolo_weights/YOLO_Face.h5
  2. yolo_cfg/yolo_anchors.txt
  3. yolo_cfg/face_classes.txt'
  4. /models/facenet/20190310-055158
  5. /myclassifier/my_classifier.pkl

I am working on the recognition section. I found you may miss some files as mentioned above.

Hi, @dprajaram

Sorry for the late reply.

  1. For YOLO_Face.h5, please run the script in yolo_weights folder.
  2. yolo_anchors.txt and face_classes.txt exist in this repo.
  3. For the model checkpoint, you can download from this link https://drive.google.com/file/d/0B5MzpY9kBtDVZ2RpVDYwWmxoSUk/edit (you need to change the file name in scripts), or train your own weights.
  4. The my_classifier.pkl file is generated by Make_classifier.py script.
    Besides, there may be some path variables in the scripts that you need to change in order to make the scripts work.