Skip to content

face sdk of openvino version, with face detect and feature extract

Notifications You must be signed in to change notification settings

adamydwang/face-openvino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platform: Ubuntu16.04

InsightFace OpenVINO Model:

FaceDetector OpenVINO Model:

  • 下载如下模型,并保存至model目录下
wget https://download.01.org/opencv/2020/openvinotoolkit/2020.1/open_model_zoo/models_bin/1/face-detection-retail-0005/FP32/face-detection-retail-0005.xml
wget https://download.01.org/opencv/2020/openvinotoolkit/2020.1/open_model_zoo/models_bin/1/face-detection-retail-0005/FP32/face-detection-retail-0005.bin

Usage:

source /opt/intel/openvino/setupvars.sh
cd face-openvino
mkdir build
cd build
cmake ..
make
cd ..
# 人脸特征提取demo
./bin/feature_extract model/model-0000.xml CPU image/test.jpg 
# 人脸检测demo
./bin/face_detect model/face-detection-retail-0005.xml CPU image/test.jpg

About

face sdk of openvino version, with face detect and feature extract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published