Open javiabellan opened 1 month ago
Hi, Some models, such as the original models (PyTorch or TensorFlow) for face detection and face recognition, can be obtained from InsightFace repository. Additionally, you can get the ONNX models for this project by using tar to extract them from the resource files in the project.
Thanks for answering, but i am interested in the face atributes like the ones appearing in this foto:
More specifiacallly i am interested in the following attributes:
How do you obtained the model that predict those attributes? Or where i can find this model(s) ?
In the attribute section of InsightFace only have a
gender_age
model.
In fact, the models related to face attribute analysis is not yet open, and only the onnx model is currently provided
In fact, the models related to face attribute analysis is not yet open, and only the onnx model is currently provided
what does that mean? This inspireface project can't predict those attributes in fact?
I want to download the model (or models) in a standard format (like pytorch, tensorflow, onnx, etc). There is any possibility of that?
Thanks.