Face recognition *without* Insightface models?

Is there a model that can be used for face recognition on the Raspberry Pi 5 + Hailo 8L that is not made by Insightface? Preferably MIT licensed or similar.

Hey @M_S,

As you’re aware, the challenge with face recognition models often lies in managing the database, as many people are reluctant to have their images stored. You can explore our collection of ready-to-use models here
https://github.com/hailoai/hailo_model_zoo/blob/master/docs/PUBLIC_MODELS.rst.
If you don’t find what you’re looking for, and you have a specific model in mind, you can export it as an ONNX or TensorFlow file and compile it for use with Hailo.

Hi @omria ,

Thanks for your response. That link returns a 404.

Also, please tell me that the link contains face recognition models that are not the Insightface ones or I am going to have a coronary lol.

I am looking exclusively for models that are not the Insightface ones. Or models that are known to export well into Hailo.

Thank you

Hey @M_S

You can check out all our ready models at the GitHub - hailo-ai/hailo_model_zoo: The Hailo Model Zoo includes pre-trained models and a full building and evaluation environment

If you can’t find what you are looking for in here , you can choose any model you want and export its onnx or tf and then convert it to work with HAILO using the DFC .

@omria note that your link to
https://github.com/hailoai/hailo_model_zoo/blob/master/docs/PUBLIC_MODELS.rst
is broken

1 Like