roomtour3d/roomtour3d
收藏资源简介:
RoomTour3D is a geometric perception video - instruction dataset for embodied navigation. It contains video - instruction data of 1,847 room - tour scenes. The dataset offers intermediate products like 3D scene reconstruction with COLMAP, relative depth estimation, and open - world object tagging and positioning. The annotation format covers COLMAP reconstruction, RAM object tagging, Grounding - DINO object bounding boxes, relative depth estimation, and trajectory and instruction arrangement. Moreover, the dataset gives video download links, exit mechanisms, license information, and citation formats.
RoomTour3D是一个用于具身导航的几何感知视频指令数据集,包含1847个房间游览场景的视频指令数据。数据集提供了使用COLMAP进行的3D场景重建、相对深度估计、开放世界对象标签和定位等中间产物。注释格式包括COLMAP重建、RAM对象标签和Grounding-DINO对象边界框、相对深度估计以及轨迹和指令的整理。数据集还提供了视频下载链接、退出机制、许可证信息和引用格式。
RoomTour3D: A Geometry-Aware Video-Instruction Dataset for Embodied Navigation
数据集描述
- 数据集名称: RoomTour3D
- 数据集类型: 视频指令数据集
- 数据集用途: 用于具身导航的训练
- 数据集规模: 包含1847个房间游览场景的几何感知视频指令数据
- 数据集内容: 包括3D场景重建、相对深度估计、开放世界对象标签和定位等中间产品
数据集结构
- colmap_reconstruction: 包含每个视频对应的3D场景重建数据
- ram_grounding_p1: 包含每帧(3 fps)对象标签和基于RAM和Grounding-DINO的接地对象边界框
- relative_depth_estimation: 包含每帧(3 fps)相对深度估计数据
- trajectories: 包含每个视频的轨迹和指令数据,格式为NaviLLM训练格式
数据文件
- open_ended_video_instruction:
p1_train_reformat.json - navigable_action_instruction:
p1_train_colmap_trajectory_tour3d.json
数据格式
colmap_reconstruction
- 每个压缩文件包含对应视频的3D场景重建数据
- 文件结构遵循原始COLMAP输出结构
ram_grounding_p1
- 每个pickle文件包含每帧(3 fps)对象标签和接地对象边界框
- 文件结构为
{frame_name: [boxes, detction_confidence, tags]}
relative_depth_estimation
- 每个pickle文件包含每帧(3 fps)相对深度估计数据
- 文件结构为
{frame_name: PIL.Image}
trajectories
- open_ended_video_instruction:
p1_train_reformat.json- 包含视频描述和图像信息
- 文件结构为
{annotation: [{answers: [], question: , question_id: }], image_info: [{image_id: }], seqence_id: , type: video_desc, videoId: }
- navigable_action_instruction:
p1_train_colmap_trajectory_tour3d.json- 包含几何感知方法选择的帧和指令
- 文件结构为
{path: [], videoId: , path_id: , instructions: [], longId: , heading: 0.0, optView: }
几何信息
- 每个帧的几何信息通过navigable action-instruction数据
path索引 - 文件结构为
{video_clip_id}-{sparse_model_id}: {frame_id: {real_world_position: [], pos: [], camera_world_position: array([]), yaw: 0.0, pitch: 0.0}}




