This repository contains the official implementation for the following paper: Domain Adaptation-aware Transformer for Hyperspectral Object Tracking, which has been accepeted by IEEE TCSVT.
:star: Our tracking results (txt files) on HOT2023 datasets are available HERE. (Access Code: eugd)
:star: Our tracking results (txt files) on HOT2024 datasets are available HERE. (Access Code: 2024)
In this paper, all the experimental results and comparisons are conducted on HOT2023 Challenge. The dataset could be downloaded from CONTEST PAGE. Please remember to modify the error annotations according to "Problems and Updates" before using the dataset.
cd pysot_toolkit
python test_3_dataset.py
cd ltr
python run_training.py
The code in this repository is based on TransT. We would like to thank the authors for providing the great frameworks and models.
If you find our work useful in your research, please cite:
@ARTICLE{10491347,
author={Wu, Yinan and Jiao, Licheng and Liu, Xu and Liu, Fang and Yang, Shuyuan and Li, Lingling},
journal={IEEE Transactions on Circuits and Systems for Video Technology},
title={Domain Adaptation-aware Transformer for Hyperspectral Object Tracking},
year={2024},
doi={10.1109/TCSVT.2024.3385273}}