testing-dataset / README.md
karming-wan's picture
Upload dataset
c18e88a
metadata
dataset_info:
  features:
    - name: image_id
      dtype: int64
    - name: image
      dtype: image
    - name: width
      dtype: int64
    - name: height
      dtype: int64
    - name: objects
      sequence:
        - name: category
          dtype:
            class_label:
              names:
                '0': 10c
                '1': 10d
                '2': 10h
                '3': 10s
                '4': 2c
                '5': 2d
                '6': 2h
                '7': 2s
                '8': 3c
                '9': 3d
                '10': 3h
                '11': 3s
                '12': 4c
                '13': 4d
                '14': 4h
                '15': 4s
                '16': 5c
                '17': 5d
                '18': 5h
                '19': 5s
                '20': 6c
                '21': 6d
                '22': 6h
                '23': 6s
                '24': 7c
                '25': 7d
                '26': 7h
                '27': 7s
                '28': 8c
                '29': 8d
                '30': 8h
                '31': 8s
                '32': 9c
                '33': 9d
                '34': 9h
                '35': 9s
                '36': Ac
                '37': Ad
                '38': Ah
                '39': As
                '40': Jc
                '41': Jd
                '42': Jh
                '43': Js
                '44': Kc
                '45': Kd
                '46': Kh
                '47': Ks
                '48': Qc
                '49': Qd
                '50': Qh
                '51': Qs
        - name: bbox
          sequence: float64
          length: 4
        - name: area
          dtype: float64
  splits:
    - name: train
      num_bytes: 489458614
      num_examples: 14000
    - name: test
      num_bytes: 70581790
      num_examples: 2000
    - name: validation
      num_bytes: 142099000
      num_examples: 4000
  download_size: 702978843
  dataset_size: 702139404
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*