在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):vision4robotics/AutoTrack开源软件地址(OpenSource Url):https://github.com/vision4robotics/AutoTrack开源编程语言(OpenSource Language):MATLAB 100.0%开源软件介绍(OpenSource Introduction):AutoTrack: Towards High-Performance Visual Tracking for UAV with Automatic Spatio-Temporal RegularizationMatlab implementation of our automatic spatial-temporal regularization tracker (AutoTrack). The code for UAV localization is coming soon. The paper can be found here: https://arxiv.org/abs/2003.12949. AbstractMost existing trackers based on discriminative correlation filters (DCF) try to introduce predefined regularization term to improve the learning of target objects, e.g., by suppressing background learning or by restricting change rate of correlation filters. However, predefined parameters introduce much effort in tuning them and they still fail to adapt to new situations that the designer didn’t think of. In this work, a novel approach is proposed to online automatically and adaptively learn spatio-temporal regularization term. Spatially local response map variation is introduced as spatial regularization to make DCF focus on the learning of trust-worthy parts of the object, and global response map variation determines the updating rate of the filter. Extensive experiments on four UAV benchmarks, i.e., DTB70, UAVDT, UAV123@10fps and VisDrone-test-dev, have proven that our tracker performs favorably against the state-of-theart CPU- and GPU-based trackers, with average speed of 59.2 frames per second (FPS) running on a single CPU. Our tracker is additionally proposed to be applied to localize the moving camera. Considerable tests in the indoor practical scenarios have proven the effectiveness and versatility of our localization method. Publication and citationAutoTrack is proposed in our paper accepted by CVPR 2020. Detailed explanation of our method can be found in the paper: Yiming Li, Changhong Fu, Fangqiang Ding, Ziyuan Huang and Geng Lu AutoTrack: Towards High-Performance Visual Tracking for UAV with Automatic Spatio-Temporal Regularization. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2020 Please cite the aforementioned publication when you compare AutoTrack in your work. Bibtex entry:
ContactYiming Li Changhong Fu Email: [email protected] Fangqiang Ding Email: [email protected] Demonstration running instructionsThis code is compatible with UAV123@10fps, DTB70, UAVDT and VisDrone-test-dev benchmark. Therefore, if you want to run it in benchmark, just put AutoTrack folder in trackers, and config sequences and trackers according to instructions from aforementioned benchmarks. Results on UAV datasetsDTB70UAV123@10fpsUAVDTVisDrone-test-devAcknowledgementsWe thank the contribution of Feng Li, Ning Wang and Martin Danelljan for their previous work STRCF, MCCT-H and DSST. The feature extraction modules and some of the parameter are borrowed from the MCCT tracker (https://github.com/594422814/MCCT). The scale estimation method is borrowed from the DSST tracker (http://www.cvl.isy.liu.se/en/research/objrec/visualtracking/scalvistrack/index.html). |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论