AlphaQi / MTCNN-light

this repository is the implementation of MTCNN with no framework, Just need opencv and openblas, support linux and windows
MIT License
530 stars 181 forks source link

how do you speed up mtcnn? #1

Open Cv9527 opened 7 years ago

Cv9527 commented 7 years ago

@AlphaQi as I know, mtcnn in cpu is slow, how do you speed it up?

AlphaQi commented 7 years ago

I am so sorry , I didn't speed it up , I just use openblas for the conv part If you want to speed it up, I advice 1,you can change the nms_thread 2,use openmp 3,improve algorithm, for example, you can design smaller cnn

sunjunlishi commented 7 years ago

the speed is 80ms with the 4.jpg, and 4 faces. clock时间 不要除以,你除以之后导致时间错了10倍;

MyraBaba commented 6 years ago

where we can change the nms_thread in the code ? number of thread/core

zchflyer commented 6 years ago

@MyraBaba have you speed up mtcnn?

MyraBaba commented 6 years ago

not quite well enough. But I will looking on it and post here is if there is improvement