Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.02 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.02 KB

NUS-ISS-Internship 2020

Project Title:


Multi Object Multi Camera Tracking for Traffic Surveillance

Requirements:


The main MultiVideoProcessor only requires the following dependencies:

  1. Python >= 3.6
  2. Pytorch >= 1.0

For all detector/tracker/ReID algorithm, please refer to their respective Github page for their requirements.

Usage Guide:


  1. Open config.ini and update entries accordingly, key entries to take note of are as follows:
  • query_video
  • gallery_video_folder
  • det_algorithm
  • reid_algorithm
  • Ensure all weights and model path are correct for their respective algorithm
  1. Activate conda environment
  2. Run the MultiVideoProcessor with the follow command
python MultiVideoProcessor.py

Add new detector / tracker / ReID algorithm:


Please refer to add_algorithm.md for detailed step by step guide.

Demo


Demo