SharpAI / DeepCamera

Open-Source AI Camera. Empower any camera/CCTV with state-of-the-art AI, including facial recognition, person recognition(RE-ID) car detection, fall detection and more
https://sharpai.github.io/DeepCamera/
MIT License
1.87k stars 317 forks source link

face detection module is MTCNN? #39

Closed ChenjingYu1993 closed 5 years ago

ChenjingYu1993 commented 5 years ago

I have check the source code of the project, I found that the module of face detection is MTCNN based on NCNN framework. Can you provide a TVM version of MTCNN to detect face? Thx a lot.

solderzzc commented 5 years ago

MTCNN is not GPU friendly because of the architecture of it.