hanson-young / nniefacelib

nniefacelib是一个在海思35xx系列芯片上运行的人脸算法库
BSD 2-Clause "Simplified" License
554 stars 180 forks source link

The forward speed of wk model #3

Closed amsturdy closed 4 years ago

amsturdy commented 4 years ago

Hi, why the forward speed of wk model is slower than yours, (maybe caused by the different version of nnie mapper tool ?)

Is there any difference beween CPU mapper and GPU mapper? all wk models gennerated by these work on nnie?

hanson-young commented 4 years ago

void NNIE_FACE_DETECTOR_INIT(char *pcModelName, float threshold, int isLog); please set isLog = 0 Printing information is time consuming,you can check inference stage and post processing respectively

peyer commented 4 years ago

@hanson-young Thanks for your share ! The latency of mobileFaceNet running on single NNIE Core I test is ~14ms, if use two NNIE Core, shall it became ~7ms?