InteriorGS
收藏资源简介:
一个全面的室内场景数据集,具有3D高斯表示、语义注释和空间占用信息。
A comprehensive indoor scene dataset equipped with 3D Gaussian representation, semantic annotations and spatial occupancy information.
InteriorGS数据集概述
数据集简介
- 名称: InteriorGS: 3D Gaussian Splatting Dataset of Semantically Labeled Indoor Scenes
- 类型: 室内场景数据集
- 特点: 包含3D高斯表示、语义标注和空间占用信息
- 场景数量: 1,000个室内场景
- 对象实例: 超过554,000个对象实例,涵盖755个类别
- 环境类型: 超过80种室内环境(如家庭、便利店、婚宴厅、博物馆等)
数据集结构
bash InteriorGS ├── 0001_839920 # 3D高斯场景 │ ├── 3dgs_compressed.ply # 高斯点云文件 │ ├── labels.json # 语义标注和边界框 │ ├── occupancy.png # 灰度占用图 │ └── occupancy.json # 占用元数据 ├── 0002_839955 │ ├── 3dgs_compressed.ply │ ├── labels.json │ ├── occupancy.png │ └── occupancy.json └── ...
数据描述
3D高斯模型 (.ply文件)
- 格式: PLY(多边形文件格式)
- 内容: 3D高斯参数(位置、协方差、不透明度、球谐系数)
- 压缩方法: SuperSplat
- 坐标系: XYZ = (右, 后, 上)
- 单位: 米
语义标注
- 边界框: 3D定向边界框(8个角点定义)
- 标签: 对象级语义类别标签和实例ID
- 格式: JSON文件
占用图
- 分辨率: 1024x1024像素(可配置)
- 格式: PNG(灰度) + JSON(元数据)
- 值:
255(白色): 自由空间0(黑色): 占用空间127(灰色): 未知空间
应用场景
- 3D场景理解
- 可控场景生成
- 实体代理导航
- 空间智能研究
发布信息
- 初始发布日期: 2025-07-24
- 版本: v1.0(包含500个场景)
- 发布平台: Huggingface (https://huggingface.co/datasets/spatialverse/InteriorGS)
- 样本查看器: https://www.kujiale.com/pub/koolab/koorender/InteriorGS
引用
bibtex @misc{InteriorGS2025, title = {InteriorGS: A 3D Gaussian Splatting Dataset of Semantically Labeled Indoor Scenes}, author = {SpatialVerse Research Team, Manycore Tech Inc.}, year = {2025}, howpublished = {url{https://huggingface.co/datasets/spatialverse/InteriorGS}} }
许可证
- 许可证类型: InteriorGS License
- 许可证链接: https://kloudsim-usa-cos.kujiale.com/InteriorGS/InteriorGS_Terms_of_Use.pdf
致谢
- 使用了SuperSplat仓库的代码 (https://github.com/playcanvas/supersplat)




