Alan-Paul / TrackViz

Spatio-temporal pattern contruct and model fusion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spatial temporal pattern and Bayesian Fusion

Structure

TrackViz
├── ctrl # program entry
├── data # dataset config and ranking results
├── post_process # compute spatial-temporal score
├── pre_process # some code for visualization
├── profile # configuration for model files
├── README.md # this file
├── train # build spatial temportal model, compute fusion score
└── util # some utitlities

Citation

Please cite this paper in your publications if it helps your research:

@article{
  title={Unsupervised Cross-dataset Person Re-identification by Transfer Learning of Spatial-Temporal Patterns},
  author={Jianming, Lv and Weihang, Chen and Qing, Li and Can, Yang},
  journal={CVPR},
  year={2018}
}

About

Spatio-temporal pattern contruct and model fusion


Languages

Language:Python 95.9%Language:Shell 3.7%Language:C 0.5%