hekaijie123 / TATrack

Target-Aware Tracking with Long-term Context Attention
MIT License
48 stars 1 forks source link

TATrack

Target-Aware Tracking with Long-term Context Attention has been accepted by AAAI23.

Law Result and Weights: https://drive.google.com/drive/folders/1PqiciVkwmtD9VCRkHVhZLsLA6cuz5oF1?usp=share_link

Setup


* Install other required packages.
```Shell
pip install -r requirements.txt

Test

i. Star notation(*): just for training. You can ignore these datasets if you just want to test the tracker.

ii. In this case, we create soft links for every dataset. The real storage location of all datasets is /opt/data/. You can change them according to your situation.

General command format

python main/test.py --config testing_dataset_config_file_path

Take GOT-10k as an example:

python main/test.py --config experiments/tatrack/test/base/got.yaml

Training

training based on the GOT-10k benchmark

python main/train.py --config experiments/tatrack/train/base-got.yaml

training with full data

python main/train.py --config experiments/tatrack/train/base.yaml

BibTeX

@article{he2023target, title={Target-Aware Tracking with Long-term Context Attention}, author={He, Kaijie and Zhang, Canlong and Xie, Sheng and Li, Zhixin and Wang, Zhiwen}, journal={arXiv preprint arXiv:2302.13840}, year={2023} }