cppe-5 / README.md
comet-team's picture
Upload README.md with huggingface_hub
ac05b36
metadata
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
      num_examples: 1000
    - name: test
      num_bytes: 4172164
      num_examples: 29
  download_size: 239989523
  dataset_size: 244635528

Dataset Card for "cppe-5"

More Information needed