Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 1.13 KB

README.md

File metadata and controls

21 lines (21 loc) · 1.13 KB

HGTMT

PyTorch implementation of "Heterogeneous Graph Transformer for Multiple Tiny Object Tracking in RGB-T Videos", IEEE Transactions on MultiMedia. Feel free to contact me (xuqingyu@nudt.edu.cn) if any questions. Please star the repository~~

Dataset:

Download the dataset at BaiduYun[3crl].

Code:

  • Create the working environment through environment.yml
  • Download the transformer pvtv2 backbone from PVTv2.
  • Run training/main_RGBT-Tiny_graph_gnnloss.py for training.
  • Run tracking/RGBT-Tiny_private_graph_Track2_crossmodal.py for tracking.

Acknowledgement:

Cite:

@article{xu2024heterogeneous,
  title={Heterogeneous Graph Transformer for Multiple Tiny Object Tracking in RGB-T Videos},
  author={Xu, Qingyu and Wang, Longguang and Sheng, Weidong and Wang, Yingqian and Xiao, Chao and Ma, Chao and An, Wei},
  journal={IEEE Transactions on Multimedia},
  year={2024},
  publisher={IEEE}
}