Skip to content

terryshyan/libovface

Repository files navigation

libovface

A library for face recognition using openvino and insightface model.

Application scenes

face track in the video and label the face (Electronic name tag application for video conferencing...)
...

License

The code of libovface is released under the MIT License.

Development environment

CentOS 7
Ubuntu
Windows(TODO)

Usage

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

Reference

OpenVINO https://software.intel.com/content/www/us/en/develop/tools/openvino-toolkit.html
InsightFace https://github.com/deepinsight/insightface

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages