ShiqiYu / libfacedetection

An open source library for face detection in images. The face detection speed can reach 1000FPS.
Other
12.27k stars 3.05k forks source link

NCNN implementation? #334

Closed ithmz closed 2 years ago

fengyuentau commented 2 years ago

Do it yourself or Google it.

ithmz commented 2 years ago

So how do you generate the priorbox without using opencv dnn module? I saw other issue mentioned this but the file is no longer accessible Thanks

fengyuentau commented 2 years ago

Please, take a look at the code in opencv https://github.com/opencv/opencv/blob/50707a274156406708752cb3c29d3e32c3b0e1cc/modules/objdetect/src/face_detect.cpp#L116-L176

ithmz commented 2 years ago

many thanks