espressif / esp-who

Face detection and recognition framework
Other
1.64k stars 458 forks source link

TF model hand detector (AIV-445) #178

Closed knmcguire closed 2 years ago

knmcguire commented 2 years ago

Hi!

Just out of curiosity, on which model is the hand detector network based on? And is there a tflite or other format file available that can perhaps be retrained?

TiramisuJ commented 2 years ago

Hi @knmcguire The structure of hand detector model is based on blazeface. we also use some training tricks of yolov4. currently we have no plans to provide models in other formats. Maybe you can try to build your own model according to the reference. if you have problems you can contact me.

knmcguire commented 2 years ago

Hi! Sorry for the late reply, but yes thanks for the info! I think this is enough information for me for now but I'll contact you if I need to know more.