scannetv2
收藏资源简介:
ScanNet是一个3D场景数据集,用户需通过ScanNet项目页面申请访问权限。数据集包含点云文件(_vh_clean_2.ply)、聚合标注文件(.aggregation.json)、分割文件(_vh_clean_2.0.010000.segs.json)和文本文件(.txt)。本数据集是ScanNet的一个子集,以支持ScanRefer任务(可能涉及3D场景中的对象引用或理解)。
ScanNet is a 3D scene dataset. Users need to apply for access through the ScanNet project page. The dataset includes point cloud files (_vh_clean_2.ply), aggregation annotation files (.aggregation.json), segmentation files (_vh_clean_2.0.010000.segs.json), and text files (.txt). This dataset is a subset of ScanNet to support the ScanRefer task (which may involve object reference or understanding in 3D scenes).
数据集概述:ScanNet v2
-
数据集用途:用于3D场景理解与视觉定位任务(如ScanRefer),提供室内场景的点云、语义分割及实例分割标注数据。
-
访问方式:
- 需通过ScanNet项目页面申请访问权限。
- 申请获批后将获得下载脚本
download-scannet.py,通过该脚本下载所需子集。
-
下载内容:
- 点云文件:
_vh_clean_2.ply(类型标识:--type _vh_clean_2.ply) - 聚合标注:
.aggregation.json(类型标识:--type .aggregation.json) - 分割标注:
_vh_clean_2.0.010000.segs.json(类型标识:--type _vh_clean_2.0.010000.segs.json) - 文本文件:
.txt(类型标识:--type .txt)
- 点云文件:
-
下载命令示例: shell python2 download-scannet.py -o data/scannet --type _vh_clean_2.ply python2 download-scannet.py -o data/scannet --type .aggregation.json python2 download-scannet.py -o data/scannet --type _vh_clean_2.0.010000.segs.json python2 download-scannet.py -o data/scannet --type .txt
-
注意事项:
- 仅需下载ScanNet数据集中的特定子集,而非完整数据集。
- 下载脚本运行环境为Python 2。




