Metadata-Version: 2.1
Name: openvino-trackface
Version: 0.0.1
Summary: Face tracking using OpenVINO Face detection and ByteTrack model
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# FaceMoudule
Detecting, embedding, storing and matching  

# Demo result:
### 1. Detect and tracking:
OPENVINO face detection model + ByteTrack  
![](https://github.com/nguyentrongvan/OpenVINOTrackFace/blob/develop/openvino_trackface/data/demo/demo_tracking_01.gif?raw=true)


OPENVINO face detection model + DeepSORT:
![](https://github.com/nguyentrongvan/OpenVINOTrackFace/blob/develop/openvino_trackface/data/demo/demo_tracking_02.gif?raw=true)


### 2. Detect, recognition and analysis:
OPENVINO face detection model + FaceNet 512 + age gender retail OPENVINO model.
![](https://github.com/nguyentrongvan/OpenVINOTrackFace/blob/develop/openvino_trackface/data/demo/demo_regconition_01.gif?raw=true)

# References:
[1] OPENVINO toolkit: https://docs.openvino.ai/latest/home.html  
[2] ByteTrack: https://github.com/ifzhang/ByteTrack  
[3] Deepface framework: https://github.com/serengil/deepface
