comet-team/cppe-5
收藏资源简介:
--- dataset_info: features: - name: image_id dtype: int64 - name: image dtype: image - name: width dtype: int32 - name: height dtype: int32 - name: objects sequence: - name: id dtype: int64 - name: area dtype: int64 - name: bbox sequence: float32 length: 4 - name: category dtype: class_label: names: '0': Coverall '1': Face_Shield '2': Gloves '3': Goggles '4': Mask splits: - name: train num_bytes: 240463364.0 num_examples: 1000 - name: test num_bytes: 4172164.0 num_examples: 29 download_size: 239989523 dataset_size: 244635528.0 --- # Dataset Card for "cppe-5" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
--- 数据集信息: 特征: - 名称:image_id,数据类型:int64(64位整型) - 名称:image,数据类型:image(图像) - 名称:width,数据类型:int32(32位整型) - 名称:height,数据类型:int32(32位整型) - 名称:objects,序列类型,其元素包含: - id:数据类型为int64(64位整型) - area:数据类型为int64(64位整型) - bbox:边界框,序列类型为float32(32位浮点型),长度为4 - category:类别标签类型,其类别名称对应如下: '0': 连体工作服(Coverall) '1': 防护面屏(Face_Shield) '2': 手套(Gloves) '3': 护目镜(Goggles) '4': 口罩(Mask) 数据集拆分: - 拆分名称:train(训练集),占用字节数:240463364.0,样本数量:1000 - 拆分名称:test(测试集),占用字节数:4172164.0,样本数量:29 下载大小:239989523 字节 数据集总大小:244635528.0 字节 --- # "cppe-5"数据集卡片 [需补充更多信息](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
数据集特征
- image_id: 数据类型为 int64
- image: 数据类型为 image
- width: 数据类型为 int32
- height: 数据类型为 int32
- objects: 序列类型,包含以下子特征:
- id: 数据类型为 int64
- area: 数据类型为 int64
- bbox: 数据类型为序列 float32,长度为 4
- category: 数据类型为分类标签,类别名称包括:
- 0: Coverall
- 1: Face_Shield
- 2: Gloves
- 3: Goggles
- 4: Mask
数据集分割
- train: 包含 1000 个样本,占用 240463364.0 字节
- test: 包含 29 个样本,占用 4172164.0 字节
数据集大小
- 下载大小: 239989523 字节
- 数据集总大小: 244635528.0 字节




