weikaih's picture
Add ProcTHOR-100 counting dataset (925 balanced questions, 10 per trajectory, no cycling)
407bee3 verified
metadata
dataset_info:
  features:
    - name: question
      dtype: string
    - name: answer
      dtype: string
    - name: choices
      list: string
    - name: topdown_map
      dtype: image
    - name: scene_name
      dtype: string
    - name: trajectory_id
      dtype: string
    - name: question_type
      dtype: string
    - name: difficulty
      dtype: string
    - name: total_frames
      dtype: int64
    - name: movement_type
      dtype: string
    - name: metadata
      struct:
        - name: balanced
          dtype: bool
        - name: dataset_version
          dtype: string
        - name: frame_count
          dtype: int64
        - name: generation_method
          dtype: string
        - name: has_topdown_map
          dtype: bool
        - name: platform
          dtype: string
        - name: question_metadata
          struct:
            - name: category
              dtype: string
            - name: choices
              list: string
            - name: correct_count
              dtype: int64
            - name: count
              dtype: int64
            - name: question_index
              dtype: int64
            - name: template
              dtype: string
        - name: task_type
          dtype: string
        - name: topdown_filtered
          dtype: bool
    - name: frame_0
      dtype: image
    - name: frame_1
      dtype: image
    - name: frame_2
      dtype: image
    - name: frame_3
      dtype: image
    - name: frame_4
      dtype: image
  splits:
    - name: train
      num_bytes: 3617530448
      num_examples: 740
    - name: validation
      num_bytes: 440165457.9891892
      num_examples: 92
    - name: test
      num_bytes: 445892930.0108108
      num_examples: 93
  download_size: 4213730863
  dataset_size: 4503588836
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*