furniture-ngpea / README.md
Francesco's picture
Upload README.md with huggingface_hub
31bc23c
|
raw
history blame
859 Bytes
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': furniture
                '1': Chair
                '2': Sofa
                '3': Table
  splits:
    - name: train
      num_bytes: 13953490
      num_examples: 454
    - name: validation
      num_bytes: 1928241
      num_examples: 74
  download_size: 15486106
  dataset_size: 15881731

Dataset Card for "furniture-ngpea"

More Information needed