Skip to content

raymondng76/NUS-ISS-Internship

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published