"CRSOT: Cross-Resolution Object Tracking using Unaligned Frame and Event Cameras." Yabin Zhu, Xiao Wang, Chenglong Li, Bo Jiang, Lin Zhu, Zhixiang Huang, Yonghong Tian, Jin Tang. IEEE Transactions on Multimedia, 2025 [arXiv] [IEEE (To be Updated)]
-
[2025.01.14] CRSOT is accepted by IEEE Transactions on Multimedia 2025!
-
[2024.01.08] arXiv paper and dataset are all released [arXiv] [Baidu-Disk]
Existing datasets for RGB-DVS tracking are collected with DVS346 camera and their resolution (
- Load OSTrack pre-train model and run the following command to train the network.
NCCL_P2P_LEVEL=NVL CUDA_VISIBLE_DEVICES=0,4 python tracking/train.py --script ostrack_twobranch --config vitb_256_mae_ce_32x4_ep300 --save_dir ./output --mode multiple --nproc_per_node 2
- Run the following command to test the network.
CUDA_VISIBLE_DEVICES=5 python tracking/test.py ostrack_twobranch vitb_256_mae_ce_32x4_ep300 --dataset crsot --thread 4
- For other environment configurations, please refer to the following link.
https://github.com/botaoye/OSTrack
link: https://pan.baidu.com/s/12YImQcCnS2mqFN-4q4LNOg?pwd=cret
extraction code: cret
💾 Benchmark: Download from Baidu Disk:
link: https://pan.baidu.com/s/1OkhVIxjVIblMw2splD8Ykg?pwd=cret
extraction code: cret
💾 Benchmark: Download from GoogleDrive:
https://drive.google.com/file/d/1OwGVo_XOdTKjn4xsHVDarFlY1IxSt-4d/view?usp=drive_link
💾 ViEvent and COESOT Tracking Results: Download from GoogleDrive:
https://drive.google.com/file/d/1a5plu-ma2jy6ZIWbrwdac3BUFKiUaee9/view?usp=drive_link
💾 Download from Baidu Disk:
link:https://pan.baidu.com/s/1pUYgXQ5X-b_Yz0Hy73Io6Q?pwd=zr7j
extraction code:zr7j
💾 Download from DropBox:
TO BE UPDATED ...
[OSTrack] [CEUTrack] [VisEvent]
MIT License
If you find this work useful for your research, please cite the following papers:
@misc{zhu2024crsot,
title={CRSOT: Cross-Resolution Object Tracking using Unaligned Frame and Event Cameras},
author={Yabin Zhu and Xiao Wang and Chenglong Li and Bo Jiang and Lin Zhu and Zhixiang Huang and Yonghong Tian and Jin Tang},
year={2024},
eprint={2401.02826},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
Please leave an issue, if you have any questions about this work.