ai-habitat/hab3_bench_assets
收藏资源简介:
Habitat v0.3.x Benchmark Dataset是一个用于在Habitat v0.3.x上进行可重复基准测试的数据集。它包含场景数据集、Episode数据集、配置文件以及示例人形资产。场景数据集包括加载HSSD数据集子集到habitat-lab所需的配置和资产,用于Hab3重排任务。Episode数据集是一组为基准场景数据集生成的序列化RearrangeDataset文件。配置文件`hab3_bench_ep_gen_config.yaml`用于生成新的RearrangeDataset文件。示例人形资产包括URDF、皮肤网格和运动文件。生成新Episode的步骤详细说明了如何使用配置文件生成新的Episode,并介绍了场景复杂度和对象复杂度的分类。
The Habitat v0.3.x Benchmark Dataset is a dataset designed for reproducible benchmarking on the Habitat v0.3.x platform. It comprises scene datasets, Episode datasets, configuration files, and sample humanoid assets. The scene datasets include the configurations and assets required to load subsets of the HSSD dataset into habitat-lab, and are intended for the Hab3 Rearrangement Task. The Episode datasets are a collection of serialized RearrangeDataset files generated for the benchmark scene datasets. The configuration file `hab3_bench_ep_gen_config.yaml` is used to generate new RearrangeDataset files. The sample humanoid assets include URDF files, skin meshes, and motion files. The procedures for generating new episodes detail how to use the configuration files to create new episodes, and introduce the classifications of scene complexity and object complexity.
Habitat v0.3.x Benchmark Dataset
内容概述
场景数据集
- 名称:
hab3-hssd/ - 描述: 包含加载HSSD数据集子集到habitat-lab并用于Hab3重排任务所需的配置和资产。
剧集数据集
- 名称:
episode_datasets - 描述: 为基准场景数据集生成的序列化RearrangeDataset文件集合。
配置文件
- 名称:
hab3_bench_ep_gen_config.yaml - 描述: 用于生成新的RearrangeDataset文件的配置文件。
示例人类资产
- 描述: 包含URDF、皮肤网格、运动文件等。
生成新剧集
配置文件
- 名称:
hab3_bench_ep_gen_config.yaml - 描述: 定义场景、对象和生成器配置(例如杂乱对象数量)。
生成命令
bash python -u habitat-lab/habitat/datasets/rearrange/run_episode_generator.py --config data/hab3_bench_assets/hab3_bench_ep_gen_config.yaml --run --verbose --num-episodes 10 --seed 0 --out data/hab3_bench_assets/episode_datasets/large_large.json.gz
场景复杂度
- 小: 103997919_171031233 (面积 35.92) - 1 卧室, 1 浴室
- 中: 108736635_177263256 (面积 55.49) - 3 卧室, 2 浴室
- 大: 102816009 (面积 172.43) - 4 卧室, 4 浴室 + 书房 & 办公室
对象复杂度
- 小: 2 个对象
- 中: 5 个对象
- 大: 10 个对象
许可证说明
- HSSD资产和剧集: 基于cc-by-nc许可证。
- 示例人类资产形状: 基于cc-by-nc许可证。
- 运动文件: 基于SMPL Body Motion File License。




