jerife's picture
Add RefCOCOg debug dataset (excluding train split) with 10 samples per split including images
d287335 verified
metadata
dataset_info:
  features:
    - name: image_id
      dtype: int64
    - name: split
      dtype: string
    - name: sentences
      list:
        - name: raw
          dtype: string
        - name: sent
          dtype: string
        - name: sent_id
          dtype: int64
        - name: tokens
          list: string
    - name: file_name
      dtype: string
    - name: category_id
      dtype: int64
    - name: ann_id
      dtype: int64
    - name: sent_ids
      list: int64
    - name: ref_id
      dtype: int64
    - name: raw_anns
      dtype: string
    - name: raw_image_info
      dtype: string
    - name: raw_sentences
      dtype: string
    - name: image_path
      dtype: string
    - name: bbox
      list: float64
    - name: captions
      list: string
    - name: global_image_id
      dtype: string
    - name: anns_id
      dtype: string
    - name: image
      dtype: image
  splits:
    - name: validation
      num_bytes: 4518278
      num_examples: 10
    - name: testA
      num_bytes: 4987533
      num_examples: 10
  download_size: 9519563
  dataset_size: 9505811
configs:
  - config_name: default
    data_files:
      - split: validation
        path: data/validation-*
      - split: testA
        path: data/testA-*