TNILab's picture
Upload dataset
9c22fd6 verified
metadata
dataset_info:
  features:
    - name: image_id
      dtype: int64
    - name: image
      dtype: image
    - name: width
      dtype: int32
    - name: height
      dtype: int32
    - name: objects
      struct:
        - name: id
          sequence: int64
        - name: area
          sequence: int32
        - name: bbox
          sequence:
            sequence: float32
            length: 4
        - name: category
          sequence:
            class_label:
              names:
                '0': aeroplane
                '1': bicycle
                '2': bird
                '3': boat
                '4': bottle
                '5': bus
                '6': car
                '7': cat
                '8': chair
                '9': cow
                '10': diningtable
                '11': dog
                '12': horse
                '13': motorbike
                '14': person
                '15': pottedplant
                '16': sheep
                '17': sofa
                '18': train
                '19': tvmonitor
    - name: major_class
      dtype: int64
  splits:
    - name: train
      num_bytes: 203850623.639
      num_examples: 5717
    - name: validation
      num_bytes: 206084732.187
      num_examples: 5823
  download_size: 409338154
  dataset_size: 409935355.826
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*