This repository can track faces.
track.py uses opencv's face detection.
※Also, here is a repository for tracking hands
https://github.com/mikel-brostrom/Yolov5_StrongSORT_OSNet
$ git clone https://github.com/ysenkun/faces-detection-strongsort.gitDownload the model for face detection in opencv.
$ wget -nc https://github.com/opencv/opencv/blob/master/data/haarcascades/haarcascade_frontalface_default.xml -O ./haarcascade_frontalface_default.xml$ pip3 install -r requirements.txtEnter the video path and run it.
$ python3 track.py --source vid.mp4 # video path