HyperInspire / InspireFace

InspireFace is a cross-platform face recognition SDK developed in C/C++, supporting multiple operating systems and various backend types for inference, such as CPU, GPU, and NPU.
73 stars 13 forks source link

How to download only the model(s) ? #106

Open javiabellan opened 1 month ago

javiabellan commented 1 month ago

I want to download the model (or models) in a standard format (like pytorch, tensorflow, onnx, etc). There is any possibility of that?

Thanks.

tunmx commented 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.

javiabellan commented 1 month ago

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_agemodel.

tunmx commented 1 month ago

In fact, the models related to face attribute analysis is not yet open, and only the onnx model is currently provided

kcfriend commented 1 week ago

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?