You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MDP_Tracking is released under the MIT License (refer to the LICENSE file for details).
Citation
If you find MDP_Tracking useful in your research, please consider citing:
@inproceedings{xiang2015learning,
Author = {Xiang, Yu and Alahi, Alexandre and Savarese, Silvio},
Title = {Learning to Track: Online Multi-Object Tracking by Decision Making},
Booktitle = {International Conference on Computer Vision (ICCV)},
Year = {2015}
}
Set the path of the KITTI tracking dataset in global.m
Run compile.m. OpenCV is needed.
For validataion, use KITTI_cross_validation.m
For testing, use KITTI_test.m
We provide our own detection using SubCNN [1] on the KITTI tracking dataset here.
References
[1] Y. Xiang, W. Choi, Y. Lin and S. Savarese. Subcategory-aware Convolutional Neural Networks for Object Proposals and Detection. In IEEE Winter Conference on Applications of Computer Vision (WACV), 2017.
Contact
If you find any bug or issue of the software, please contact yuxiang at umich dot edu
About
Learning to Track: Online Multi-Object Tracking by Decision Making