eurosat / README.md
cm93's picture
Upload dataset
21626a7 verified
|
raw
history blame
No virus
819 Bytes
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: label
      dtype:
        class_label:
          names:
            '0': Forest
            '1': River
            '2': Highway
            '3': AnnualCrop
            '4': SeaLake
            '5': HerbaceousVegetation
            '6': Industrial
            '7': Residential
            '8': PermanentCrop
            '9': Pasture
  splits:
    - name: train
      num_bytes: 73654547.8
      num_examples: 21600
    - name: validation
      num_bytes: 9213645.6
      num_examples: 2700
    - name: test
      num_bytes: 9201991.7
      num_examples: 2700
  download_size: 91902630
  dataset_size: 92070185.1
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*