1. download the models from baiduyun: baidu(code: w48b)
>> cd ncnn_example && mkdir build && cd build && make -j3
>> cd src && ./face && ./object && ./classifier
- optimize the speed bu using block strategy
- add yolo
- add pose
- refactor the project
ncnn example: face detection: retinaface&&mtcnn&¢erface, track: iou tracking, landmark: zqcnn, recognize: mobilefacenet classifier: mobilenet object detecter: mobilenetssd
C++MIT
>> cd ncnn_example && mkdir build && cd build && make -j3
>> cd src && ./face && ./object && ./classifier