SDM-Car-SU
收藏资源简介:
SDM-Car-SU 是一个用于非稳定卫星视频中多目标跟踪的基准数据集。该数据集基于 SDM-Car 数据集构建,通过移动成像窗口引入全局背景运动,模拟了真实的卫星在轨成像条件,以反映卫星平台动力学引起的复杂运动。数据集包含了多样化的运动模式,如不同的方向、速度及其组合。发布的 SDM-Car-SU 数据集包含四个子集:U1、U2、U3 和 Merge。其中 U1、U2、U3 分别代表每帧 1 像素、2 像素和 3 像素位移的递增平台运动强度,而 Merge 是 U1、U2 和 U3 的并集。数据集结构按子集组织,每个子集下包含训练数据(train_data)、测试数据(test_data)、验证数据(val_data)和标注文件(annotations)目录。标注文件以 JSON 格式提供。该数据集适用于对象检测、多目标跟踪、卫星视频分析、车辆跟踪、遥感微小目标检测等任务,主要用于学术研究。
SDM-Car-SU is a benchmark dataset for multi-object tracking in non-stabilized satellite videos. Built upon the SDM-Car dataset, it introduces global background motion via a moving imaging window to simulate real on-orbit satellite imaging conditions, reflecting complex motions induced by satellite platform dynamics. The dataset includes diverse motion patterns such as varying directions, speeds, and their combinations. The released SDM-Car-SU dataset contains four subsets: U1, U2, U3, and Merge. Specifically, U1, U2, and U3 represent increasing platform motion intensities with 1-pixel, 2-pixel, and 3-pixel displacement per frame respectively, while Merge is the union of U1, U2, and U3. The dataset is structured by subsets, and each subset contains directories for training data (train_data), test data (test_data), validation data (val_data), and annotation files (annotations). The annotation files are provided in JSON format. This dataset is applicable to tasks including object detection, multi-object tracking, satellite video analysis, vehicle tracking, and small target detection in remote sensing, and is mainly used for academic research.
数据集概述
SDM-Car-SU 是一个用于非稳定卫星视频中多目标跟踪的基准数据集。它基于 SDM-Car 构建,通过引入移动成像窗口来模拟真实的在轨成像条件,从而产生全局背景运动。
主要特点
- 任务类型:目标检测、多目标跟踪
- 应用场景:卫星视频、遥感、车辆跟踪、小目标跟踪
- 核心特性:模拟卫星平台在轨成像时的复杂运动模式(包括不同方向、速度及其组合),包含四种运动强度子集。
数据集组成
SDM-Car-SU 包含四个子集:U1、U2、U3 和 Merge。
- U1–U3 代表平台运动强度递增,Merge 为三者并集。
数据集结构
每个子集遵循相同的目录结构:
text SDM-Car-SU/ ├── [U1 / U2 / U3 / Merge]/ │ ├── train_data/ # 训练数据,包含序列文件夹(如 1-1-1) │ │ ├── [sequence_folder]/ # 序列文件夹 │ │ │ ├── img1/ # 图像序列 │ │ │ └── gt.txt # 真值标注 │ ├── test_data/ # 测试数据 │ ├── val_data/ # 验证数据 │ └── annotations/ # 标注文件(JSON 格式) │ ├── train.json │ ├── test.json │ └── val.json
注意:Merge 子集中,每个序列文件夹的最后一个后缀表示其来源(-1:U1, -2:U2, -3:U3)。
许可与引用
- 许可协议:CC BY-NC 4.0,仅限学术研究目的。
- 相关论文:详见项目仓库 DeTracker: Motion-Decoupled Vehicle Detection and Tracking in Unstabilized Satellite Videos。




