You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On this project, our goal is to integrate face recognition and person tracking, both of which are provided by Openvino. If the programme detects and identifies a specific individual, the software then checks whether the match rate is 70% or higher in relation to a previously trained target. Once this threshold is met (i.e., when the programme confirms the person to be recognized), the software draws a square around the person and continues to track them. Additionally, we utilized data augmentation to train the programme with images of the South Korean actor Wonbin. The integration is presented in merge.py.
The code snippet has code lines that obtain target individual's images from a directory. The software trains itself on the images for precision.
AI model 2.Object Tracking
Person Tracking with OpenVINO
Based on training results, this code snippet enables articulating the desirable individual when he/she is caught on camera by drawing a square around them.
Image augmentation
For further precision, we added image augmentation to train the programme.