gtsrb-upsampled / README.md
pymlstudio's picture
Upload dataset
b323488 verified
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: label
      dtype:
        class_label:
          names:
            '0': '00'
            '1': '01'
            '2': '02'
            '3': '03'
            '4': '04'
            '5': '05'
            '6': '06'
            '7': '07'
            '8': 8
            '9': 9
            '10': '10'
            '11': '11'
            '12': '12'
            '13': '13'
            '14': '14'
            '15': '15'
            '16': '16'
            '17': '17'
            '18': '18'
            '19': '19'
  splits:
    - name: train
      num_bytes: 73523132
      num_examples: 9436
    - name: validation
      num_bytes: 19305320
      num_examples: 2376
    - name: test
      num_bytes: 30420877
      num_examples: 3786
  download_size: 115463137
  dataset_size: 123249329
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*