hailo-ai / hailo_model_zoo

The Hailo Model Zoo includes pre-trained models and a full building and evaluation environment
MIT License
265 stars 40 forks source link

Converting light_face slim version #48

Open NguyenManhKhang-20176792 opened 1 year ago

NguyenManhKhang-20176792 commented 1 year ago

Can you provide a sample of the process for converting the light_face slim model to hef so that I can obtain an hef similar to the sample in TAPPAS? Working on dataflow compiler 3.20.

nadaved1 commented 1 year ago

Hi @NguyenManhKhang-20176792, This is embedded into the zoo already. You can do something like this: hailomz compile arcface_mobilefacenet

This is will create a HEF file for face recognition.