Some of the files mentioned in the project is missing?
dprajaram opened this issue · 1 comments
dprajaram commented
Some files are missing such as
- yolo_weights/YOLO_Face.h5
- yolo_cfg/yolo_anchors.txt
- yolo_cfg/face_classes.txt'
- /models/facenet/20190310-055158
- /myclassifier/my_classifier.pkl
I am working on the recognition section. I found you may miss some files as mentioned above.
AzureWoods commented
Hi, @dprajaram
Sorry for the late reply.
- For YOLO_Face.h5, please run the script in yolo_weights folder.
- yolo_anchors.txt and face_classes.txt exist in this repo.
- 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.
- 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.