FaceX-Zoo
FaceX-Zoo copied to clipboard
Masked Face Recognition with MobileFacenet backbone
Thank for your work <3
I see that you shared the pre-trained model Masked Face Recognition
but it so big. I think it don't use MobileFacenet backbone
Do you have Masked Face Recognition Model
with MobileFacenet backbone
Thank u so much
Please check: https://github.com/JDAI-CV/FaceX-Zoo/tree/main/face_sdk/models/face_recognition/face_recognition_2.0
@wang21jun yess i see. The model work very well. I wanna convert it to onnx model, so I see model_convertor.py
get input as .pt
file. Can I use .pkl
file as the same way
Thanks for your feedback, there's something wrong with this requirement, I will fix it these two days.
Please check: model: https://drive.google.com/file/d/1ykd9Ru3kQUI6CYZk75xsu6MaGy2n7MO8/view?usp=sharing script: https://github.com/JDAI-CV/FaceX-Zoo/blob/main/addition_module/model_convertor/convert_to_onnx/convert.sh
thank you