SS360
收藏SS360 数据集概述
数据集基本信息
- 名称:SS360 Dataset
- 许可证:MIT
- 标签:computer-vision, line-segment-detection, wireframe-parsing, spherical image
- 数据规模:1K<n<10
数据集描述
SS360 数据集专为球面图像线段检测而设计,通过手动标注从 SUN360 数据集和 Stanford 2D-3D-S 数据集获取的图像构建而成。数据集组织为 JSONL 文件(train/metadata.jsonl, test/metadata.jsonl)及对应图像。
数据样本数量
- 训练集:950 个样本
- 测试集:118 个样本
数据集结构
数据集包含以下特征:
- image:图像数据
- image_file:图像文件名
- image_size:图像尺寸
- camera_type:相机类型
- lines:线段标注数据
下载方式
-
使用 huggingface-hub 下载 shell python3 -m pip install huggingface-hub huggingface-cli download --repo-type dataset lh9171338/SS360 --local-dir ./
-
使用 Git 下载 shell git lfs install git clone https://huggingface.co/datasets/lh9171338/SS360
使用方式
支持通过 Hugging Face Hub、本地加载或直接读取 JSONL 文件三种方式加载数据集。
引用信息
@article{LI2021187, title = {ULSD: Unified line segment detection across pinhole, fisheye, and spherical cameras}, author = {Hao Li and Huai Yu and Jinwang Wang and Wen Yang and Lei Yu and Sebastian Scherer}, journal = {ISPRS Journal of Photogrammetry and Remote Sensing}, volume = {178}, pages = {187-202}, year = {2021}, }




