360Motion-Dataset
收藏资源简介:
360°-Motion Dataset是一个包含36,000个视频的数据集,涵盖50个实体(全部为动物)、6个UE场景和121个轨迹模板。视频分辨率为480×720,帧率为30 FPS,每个视频时长为3.3秒。数据集包括一个沙漠场景和五个HDRIs场景(雪街、公园、室内开放空间、体操房、秋林)。此外,数据集还提供了12个环绕摄像机的变换信息和50个动物的参考图片。数据集的加载和6DoF姿态序列的可视化可以通过提供的脚本实现。
The 360°-Motion Dataset is a dataset comprising 36,000 video clips, covering 50 entities (all animals), 6 UE scenes, and 121 trajectory templates. The videos have a resolution of 480×720, a frame rate of 30 FPS, and a duration of 3.3 seconds each. The dataset includes one desert scene and five HDRI scenes: snow-covered street, park, indoor open space, gymnasium, and autumn forest. Additionally, the dataset provides 12 sets of surround camera transformation information and reference images for the 50 animal entities. Loading the dataset and visualizing 6DoF pose sequences can be accomplished using the provided scripts.
360°-Motion Dataset
数据集概述
- 发布日期: 2024年12月
- 视频数量: 36,000
- 实体数量: 50
- UE场景数量: 6(1个沙漠场景 + 5个HDRI场景)
- 轨迹模板数量: 121
数据结构
├── 360Motion-Dataset ├── 480_720 ├── Desert (desert) ├── location_data.json ├── HDRI ├── loc1 (snowy street) ├── loc2 (park) ├── loc3 (indoor open space) ├── loc11 (gymnastics room) ├── loc13 (autumn forest) ├── location_data.json ├── RefPic ├── CharacterInfo.json ├── Hemi12_transforms.json
数据集信息
| 参数 | 描述 | 参数 | 描述 |
|---|---|---|---|
| 视频分辨率 | 480×720 | 帧数/时长/FPS | 99/3.3s/30 |
| UE场景 | 6 (1沙漠+5HDRI) | 视频样本 | 36,000 |
| Hemi12_transforms.json | 12个环绕相机 | CharacterInfo.json | 实体提示 |
| RefPic | 50种动物 | 1/2/3轨迹模板 | 36/60/35 (共121个) |
| {D/N}_{locX} | {白天/夜晚}_{位置X} | {C}_ {XX}_{35mm} | {特写镜头}{相机索引(1-12)}{焦距} |
内部数据集对比
| 参数 | 发布数据集 | 内部数据集 |
|---|---|---|
| 视频分辨率 | 480×720 (重新渲染) | 384×672 |
| 实体 | 50 (所有动物) | 70 (20人类+50动物) |
| 视频样本 | 36,000 | 54,000 |
| 场景 | 6 | 9 (+城市, 森林, 亚洲小镇) |
| 轨迹模板 | 121 | 96 |
数据集加载示例
-
更改根路径为
dataset,使用提供的脚本加载数据集(视频、实体、姿态序列)。 bash python load_dataset.py -
使用Open3D可视化6DoF姿态序列。 bash python vis_trajecotry.py




