Multi camera person tracking and re-identifying person if appears in another camera. This project uses MOT concept and reid for and re-identify human ID IT uses YOLOv3 or v4 for detection , Deep-sort for tracking, and Torch-reid library for Re-Identification
Download YOLOv3 or YOLOv4, Torch-Reid
Put both models into \model_data\models\
try out your own videos by running demo.py. Under the directory \videos\output, results will be stored. You should specify the path of the videos and the version of YOLO you would like to use (v3 or v4)
Check .ipynb for reference