NuiScene43 Dataset
收藏NuiScene43数据集概述
基本信息
- 数据集名称: Nui(縫い)Scene43 Dataset
- 研究领域: 无边界户外场景的高效生成
- 相关论文: NuiScene: Exploring Efficient Generation of Unbounded Outdoor Scenes
- 项目主页: https://3dlg-hcvc.github.io/NuiScene/
- 数据集主页: https://3dlg-hcvc.github.io/NuiScene43-Dataset/
- 模型代码: https://github.com/3dlg-hcvc/NuiScene
数据集下载与可视化
-
下载数据集: bash python utils/download_data.py
-
可视化场景:
-
生成场景的OBJ文件和地图PNG文件 bash python utils/vis_data.py --scene_id=857673bc44c8411ca8aca7cab3be7091
-
对于大型场景(分割为多个区块): bash python utils/vis_data.py --scene_id=5f1822bbb40c43b097c4c98ecc697ed2_0
-
训练数据采样
-
从场景中采样区块:
- 支持并行采样(4个终端会话) bash python sample_chunks/sample_chunks.py --sample_json=metadata/test_scene.json --quad_chunk_size=100 --num_splits=4 --split_idx=0
-
转换采样数据为H5格式: bash python sample_chunks/convert_h5.py --sample_json=metadata/test_scene.json --quad_chunk_size=100
-
可视化采样区块: bash python utils/vis_h5.py --h5_file=data/test_scene_qcs100.h5
元数据配置格式
-
JSON配置示例: json { "3b61335c2a004a9ea31c8dab59471222": 100000, "19b198bb18be49498db3b647abebc755_1": 50000 }
- 键: 场景ID
- 值: 要采样的四区块数量
引用
bibtex @misc{lee2025nuisceneexploringefficientgeneration, title={NuiScene: Exploring Efficient Generation of Unbounded Outdoor Scenes}, author={Han-Hung Lee and Qinghong Han and Angel X. Chang}, year={2025}, eprint={2503.16375}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2503.16375}, }
致谢
- 资助方: CIFAR AI Chair、NSERC Discovery grant、CFI/BCKDF JELF grant
- 特别感谢: Jiayi Liu、Xingguang Yan对论文改进的建议




