Skip to content
/ OTCD Public

Real-time online multi-object tracking in compressed domain

Notifications You must be signed in to change notification settings

liuqk3/OTCD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Introduction

This repo. is the PyTorch implementation of multi-object tracker OTCD. The paper is real-time online multi-object tracking in compressed domain. There maybe a slight gap between the performance obtained by this script and the performance reported in the paper.

2. Citation

@article{liu2019real,
  title={Real-Time Online Multi-Object Tracking in Compressed Domain},
  author={Liu, Qiankun and Liu, Bin and Wu, Yue and Li, Weihai and Yu, Nenghai},
  journal={IEEE Access},
  volume={7},
  pages={76489--76499},
  year={2019},
  publisher={IEEE}
}

3. Requirements

PyTorch = 0.3
python >= 3.5

4. Usage

  1. before running OTCD, CoViAR needs to be installed. Please click the URL for the usage of CoViAR.

  2. down load this repo.

git clone https://github.com/liuqk3/OTCD.git
cd OTCD
  1. download the pretrained model from BaiduYunPan or OneDrive. Then put all models to ./save. If you have any problems with the download process, please email me.

  2. run the tracker

python tracking_on_mot.py --mot_dir path/to/MOT-dataset

5. Code for training

The training scripts are also published in useful_scripts. You can train all the models by the given scripts.

About

Real-time online multi-object tracking in compressed domain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published