vigneshgs7/Boundary_detection_Doc_3
收藏资源简介:
--- dataset_info: features: - name: name dtype: string - name: uuid dtype: string - name: status dtype: string - name: image dtype: image - name: label.annotations list: - name: id dtype: int32 - name: category_id dtype: int32 - name: label.segmentation_bitmap dtype: image splits: - name: train num_bytes: 6567269624.0 num_examples: 132 download_size: 433493682 dataset_size: 6567269624.0 configs: - config_name: default data_files: - split: train path: data/train-* ---
数据集信息: 特征: - 字段名:名称,数据类型:字符串 - 字段名:通用唯一识别码(UUID),数据类型:字符串 - 字段名:状态,数据类型:字符串 - 字段名:图像,数据类型:图像 - 字段名:标签.标注列表,数据类型:列表,其元素结构为: - 字段名:ID,数据类型:32位整型 - 字段名:类别ID,数据类型:32位整型 - 字段名:标签.分割位图,数据类型:图像 数据集划分: - 划分名称:训练集,数据字节数:6567269624.0,样本数量:132 下载大小:433493682 数据集总大小:6567269624.0 配置项: - 配置名称:默认配置,数据文件: - 数据集划分:训练集,文件路径:data/train-*
数据集概述
数据集信息
特征
- name: 类型为字符串。
- uuid: 类型为字符串。
- status: 类型为字符串。
- image: 类型为图像。
- label.annotations: 列表类型,包含以下字段:
- id: 类型为32位整数。
- category_id: 类型为32位整数。
- label.segmentation_bitmap: 类型为图像。
数据分割
- train: 包含132个样本,总字节数为6567269624.0。
数据集大小
- 下载大小: 433493682字节。
- 数据集大小: 6567269624.0字节。
配置
- default: 包含训练数据文件,路径为
data/train-*。



