A library for face recognition using openvino and insightface model.
face track in the video and label the face (Electronic name tag application for video conferencing...)
...
The code of libovface is released under the MIT License.
CentOS 7
Ubuntu
Windows(TODO)
1 Install openvino
Please refer https://software.intel.com/content/www/us/en/develop/tools/openvino-toolkit.html
Use version: openvino_2020.3.194
2 Build libovface library and test program
Clone the project
$git clone https://github.com/terryshyan/libovface.git
$cd libovface
$make
3 Prepare test video file and face pictures
Create a new directory (such as named res) under share directoty and copy pictures include faces to the directory
Copy a video file named test.mp4 to share directory
$cd libovface/share
Create faces gallery file
$python create_list.py res
4 Run the test program
$cd ..
$./run.sh
OpenVINO https://software.intel.com/content/www/us/en/develop/tools/openvino-toolkit.html
InsightFace https://github.com/deepinsight/insightface