RefCOCOg / README.md
kcz358's picture
Upload dataset
c39eb63 verified
|
raw
history blame
653 Bytes
metadata
dataset_info:
  features:
    - name: question_id
      dtype: string
    - name: image
      dtype: image
    - name: question
      dtype: string
    - name: answer
      sequence: string
    - name: segmentation
      sequence: float32
    - name: bbox
      sequence: float32
    - name: iscrowd
      dtype: int8
    - name: file_name
      dtype: string
  splits:
    - name: val
      num_bytes: 1273447836
      num_examples: 7573
    - name: test
      num_bytes: 843938573
      num_examples: 5023
  download_size: 2053385976
  dataset_size: 2117386409
configs:
  - config_name: default
    data_files:
      - split: val
        path: data/val-*
      - split: test
        path: data/test-*