SCRREAM
收藏SCRREAM 数据集概述
数据集下载链接
-
室内重建与SLAM数据集 & 物体移除与场景编辑数据集:
-
人体重建数据集:
-
姿态估计数据集:
数据集结构
下载后解压至 dataset 文件夹,结构如下:
dataset human_scene01.. human_scene02.. pose_meshes_canonical.. pose_scene01.. pose_scene02.. scene01.. ... scene11.. README.txt
可视化指南
环境要求
使用以下命令安装依赖:
pip install -r requirements.txt
测试环境为 Python 3.9,Windows 10。
室内重建与SLAM数据集 & 物体移除与场景编辑数据集可视化
运行 render_scene.py 脚本,参数为 {dataset_dir} {scene} {traj} {frame},例如:
python render_scene.py dataset scene01 full_00 -1 python render_scene.py dataset scene01 full_00 100
可视化格式为 2x3 图像布局:
| (Ground Truth Depth) | (D435 Depth) | (ToF Depth) | | (RGB with Semantic Mask) | (D435 Error) | (ToF Error) |
人体重建数据集可视化
运行 render_human.py 脚本,参数为 {dataset_dir} {scene} {frame} {view},例如:
python render_human.py dataset human_scene01 0 0 python render_human.py dataset human_scene01 0 -1
可视化格式为 1x3 图像布局:
| (RGB with Semantic Mask) | (RGB with Scanned Human Mesh) | (RGB with SMPL Human Mesh) |
6D姿态估计数据集可视化
运行 render_pose.py 脚本,参数为 {dataset_dir} {scene} {frame},例如:
python render_pose.py dataset pose_scene01 -1 python render_pose.py dataset pose_scene01 100
可视化格式为 1x1 图像布局:
| (RGB with Pose 3D Bounding Box and Mask) |

- 1SCRREAM : SCan, Register, REnder And Map:A Framework for Annotating Accurate and Dense 3D Indoor Scenes with a Benchmark慕尼黑工业大学 · 2024年



