t2chiang/s3dis_sample
收藏官方服务:
资源简介:
--- dataset_info: features: - name: xyz sequence: sequence: float64 - name: rgb sequence: sequence: float64 - name: mask sequence: int32 - name: filename dtype: string - name: maskName dtype: string splits: - name: test num_bytes: 7725669730 num_examples: 216 download_size: 1069461346 dataset_size: 7725669730 configs: - config_name: default data_files: - split: test path: data/test-* ---
数据集信息: 数据特征: - 三维坐标(xyz):嵌套序列,元素类型为双精度浮点数(float64) - 颜色信息(rgb):嵌套序列,元素类型为双精度浮点数(float64) - 掩码(mask):32位整数(int32)类型的序列 - 文件名(filename):字符串(string)类型 - 掩码文件名(maskName):字符串(string)类型 数据划分: - 划分名称:test,占用字节数:7725669730,样本数量:216 下载大小:1069461346字节,数据集总大小:7725669730字节 数据集配置: - 配置名称:default,数据文件: - 对应划分:test,文件路径:data/test-*
提供机构:
t2chiang原始信息汇总
数据集概述
数据集特征
- xyz: 数据类型为
float64。 - rgb: 数据类型为
float64。 - mask: 数据类型为
int32。 - filename: 数据类型为
string。 - maskName: 数据类型为
string。
数据集分割
- 测试集(test):
- 示例数量: 216
- 数据大小: 7725669730 字节
数据集大小
- 下载大小: 1069461346 字节
- 数据集总大小: 7725669730 字节
配置
- 默认配置(default):
- 测试集路径:
data/test-*
- 测试集路径:



