hardhat / README.md
anindya64's picture
Upload README.md with huggingface_hub
a4892bf
|
raw
history blame contribute delete
No virus
872 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: image
      dtype: image
    - name: image_id
      dtype: int64
    - name: width
      dtype: int64
    - name: height
      dtype: int64
    - name: objects
      struct:
        - name: id
          sequence: int64
        - name: area
          sequence: float64
        - name: bbox
          sequence:
            sequence: float64
        - name: category
          sequence: string
  splits:
    - name: train
      num_bytes: 207310502.085
      num_examples: 5297
    - name: test
      num_bytes: 67741175.806
      num_examples: 1766
  download_size: 266886357
  dataset_size: 275051677.89100003

Dataset Card for "hardhat"

More Information needed