File size: 1,285 Bytes
d84a896
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6a0a461
7d221a6
6a0a461
 
6e58313
 
 
 
d84a896
 
 
6a0a461
 
 
 
d84a896
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
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: category
      dtype: string
    - name: count
      dtype: int64
    - name: frame_count
      dtype: int64
    - name: generation_method
      dtype: string
    - name: has_topdown_map
      dtype: bool
    - name: platform
      dtype: string
    - name: task_type
      dtype: string
  - 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: rotation
    num_bytes: 1223700969.0
    num_examples: 200
  - name: multi_camera
    num_bytes: 1332284566.0
    num_examples: 200
  download_size: 2506943708
  dataset_size: 2555985535.0
configs:
- config_name: default
  data_files:
  - split: rotation
    path: data/rotation-*
  - split: multi_camera
    path: data/multi_camera-*
---