license: mit
Towards Effective Multi-Moving-Camera Tracking: A New Dataset and Lightweight Link Model
This repository contains the details of the dataset and the Pytorch implementation of the Paper: Towards Effective Multi-Moving-Camera Tracking: A New Dataset and Lightweight Link Model
Abstract
Ensuring driving safety for autonomous vehicles has become increasingly crucial, highlighting the need for systematic tracking of on-road pedestrians. Most vehicles are equipped with visual sensors, however, the large-scale visual data has not been well studied yet. Multi-target multi-camera (MTMC) tracking systems are composed of two modules: single-camera tracking (SCT) and inter-camera tracking (ICT). To reliably coordinate between them, MTMC tracking has been a very complicated task, while tracking across multiple moving cameras makes it even more challenging. In this paper, we focus on multi-target multi-moving-camera (MTMMC) tracking, which is attracting increasing attention from the research community. Observing there are few datasets for MTMMC tracking, we collect a new dataset, called Multi-Moving-Camera Track (MMCT), which contains sequences under various driving scenarios. To address the common problems of identity switch easily faced by most existing SCT trackers, especially for moving cameras due to ego-motion between the camera and targets, a lightweight appearance-free global link model, called Linker, is proposed to mitigate the identity switch by associating two disjoint tracklets of the same target into a complete trajectory within the same camera. Incorporated with Linker, existing SCT trackers generally obtain a significant improvement. Moreover, to alleviate the impact of the image style variations caused by different cameras, a color transfer module is effectively incorporated to extract cross-camera consistent appearance features for pedestrian association across moving cameras for ICT, resulting in a much improved MTMMC tracking system, which can constitute a step further towards coordinated mining of multiple moving cameras.
Dataset Description
We collect data in 12 distinct scenarios: ''A', 'B', 'C',...'L''. Each scenario may include the interaction of two or three cameras on different cars. For example, scene A includes two sequences of A-I
and A-II
. There are 32 sequences in total.
Dataset Structure
MMCT
βββ data
β βββ gps
β βββ labelS
βββ images
βββ 1
β βββ A
β β βββ IMG_0098-frag-s1-a-fps5.mp4
β β βββ jpg
β βββ C
β βββ IMG_0559-frag-s1-c-fps5.mp4
β βββ jpg
βββ 2
β βββ A
β β βββ IMG_0094-frag-s2-a-fps5.mp4
β β βββ jpg
β βββ B
β β βββ IMG_2248-frag-s2-b-fps5.mp4
β β βββ jpg
...
βββ 12
β βββ A
β β βββ IMG_0104-frag-s12-a-fps5.mp4
β β βββ jpg
β βββ B
β β βββ IMG_2254-frag-s12-b-fps5.mp4
β β βββ jpg
β βββ C
β βββ IMG_0569-frag-s12-c-fps5.mp4
β βββ jpg
Dataset Downloads
The whole dataset can be downloaded from Huggingface. Note that each file needs to unzip by the password. You can decompress each .zip
file in its folder after sending us (2212534@mail.dhu.edu.cn, ytzhang@dhu.edu.cn) the LICENSE. in any format.
Reference
The license agreement for data usage implies the citation of the paper above. Please notice that citing the dataset URL instead of the publications would not be compliant with this license agreement. You can read the LICENSE from LICENSE.
Contact
If you have any concerns, please contact 2212534@mail.dhu.edu.cn