>> cd ncnn_example && mkdir build && cd build && make -j3
>> cd src && ./face && ./object && ./classifier
- optimize the speed by using block strategy
- add yolo
- add pose
- refactor the project
ncnn example: mask detection: anticonv 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