SamYuen101234 / Masked_Face_Recognition

2020/2021 HKUST CSE FYP Masked Facial Recognition, developer: Sam Yuen, Alex Xie, Tony Cheng
https://github.com/SamYuen101234/maskedfacerecognition
MIT License
118 stars 32 forks source link

How to use? #12

Closed alexeybozhchenko closed 3 years ago

alexeybozhchenko commented 3 years ago

Greetings! Thank you for this useful contribution. How can I try this out? I.e. you provided 3 models, is there a script for the inference? You also provide a link to some gh repo where you used it, but the link is broken. Or maybe you could give me a hint so I can get it running. Since we are talking about face recognition, I assume that somewhere gotta be a part where I build a face embedding and use some distance metric. Is that correct?

SamYuen101234 commented 3 years ago

Sorry for late reply. You should clone all the python script first and then download the 3 models from google drive and put them in a folder called "models". Also, you should download the datasets from the links that I provided. Then, you can run it with python3 main.py. This is only a repo for training a masked facial recognition model not a facial recognition system. You need to use the model to build your own facial recognition system.