Larbz-7/patches-chest-xray
收藏资源简介:
--- dataset_info: features: - name: image_path dtype: string - name: label dtype: string - name: follow-up dtype: int32 - name: patient-id dtype: int32 - name: patient-age dtype: int32 - name: patient-gender dtype: string - name: viewposition dtype: string - name: width dtype: int32 - name: height dtype: int32 - name: pixelspacingx dtype: float32 - name: pixelspacingy dtype: float32 - name: image dtype: image - name: x dtype: float64 - name: y dtype: float64 - name: w dtype: float64 - name: h dtype: float64 splits: - name: train num_bytes: 359894853.0 num_examples: 880 - name: validation num_bytes: 122691164.6590909 num_examples: 300 download_size: 482263881 dataset_size: 482586017.6590909 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* ---
数据集概述
数据集特征
- image_path: 图像路径,数据类型为字符串。
- label: 标签,数据类型为字符串。
- follow-up: 随访信息,数据类型为整数。
- patient-id: 患者ID,数据类型为整数。
- patient-age: 患者年龄,数据类型为整数。
- patient-gender: 患者性别,数据类型为字符串。
- viewposition: 视图位置,数据类型为字符串。
- width: 图像宽度,数据类型为整数。
- height: 图像高度,数据类型为整数。
- pixelspacingx: X轴像素间距,数据类型为浮点数。
- pixelspacingy: Y轴像素间距,数据类型为浮点数。
- image: 图像数据,数据类型为图像。
- x: X坐标,数据类型为浮点数。
- y: Y坐标,数据类型为浮点数。
- w: 宽度,数据类型为浮点数。
- h: 高度,数据类型为浮点数。
数据集划分
- train: 训练集,包含880个样本,占用359894853.0字节。
- validation: 验证集,包含300个样本,占用122691164.6590909字节。
数据集大小
- 下载大小: 482263881字节。
- 数据集总大小: 482586017.6590909字节。
配置信息
- config_name: default
- data_files:
- train: 路径为
data/train-*。 - validation: 路径为
data/validation-*。
- train: 路径为
- data_files:



