rdyzakya's picture
Update README.md
14bbfa1 verified
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: mask
      dtype: image
  splits:
    - name: train
      num_bytes: 119307954.15
      num_examples: 2450
    - name: validation
      num_bytes: 27229918
      num_examples: 613
    - name: test
      num_bytes: 39479824
      num_examples: 955
  download_size: 169673709
  dataset_size: 186017696.15
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
task_categories:
  - image-segmentation
size_categories:
  - 1K<n<10K

Links

Split info

We split the train to train and validation with the ratio 80% and 20% respectively. If you want to use the original split, you can just combine train and validation.

License info

Refer to the project page, original repository, and paper. We retrieve the dataset from third party repository.