This is an official implemention for "Adaptive ensemble perception tracking".
- python 3.7
- pytorch 1.1
- numpy
- CUDA 10
- skimage
- matplotlib
- python-opencv
- jeph4py
- scipy
- yacs
- tensorboardX
We provide the pre-trained models and raw results.
python test_vot18.py
python test_vot16.py
We use the source codes from Pytracking and FCOS. We sincerely thank the authors.
If you're using this code in a publication, please cite our paper.
@article{zhou2021adaptive,
title={Adaptive ensemble perception tracking},
author={Zhou, Zikun and Fan, Nana and Yang, Kai and Wang, Hongpeng and He, Zhenyu},
journal={Neural Networks},
volume={142},
pages={316--328},
year={2021},
publisher={Elsevier}
}