File size: 3,157 Bytes
f18b878
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c923c91
 
75d7fff
c923c91
 
75d7fff
 
 
c923c91
75d7fff
 
 
c923c91
75d7fff
 
 
c923c91
75d7fff
 
 
 
c923c91
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
---
dataset_info:
  features:
  - name: video_id
    dtype: string
  - name: vclip_id
    dtype: string
  - name: question
    dtype: string
  - name: options
    struct:
    - name: A
      dtype: string
    - name: B
      dtype: string
    - name: C
      dtype: string
    - name: D
      dtype: string
    - name: E
      dtype: string
  - name: answer
    dtype: string
  - name: frame_indexes
    sequence: int64
  - name: video_metadata
    struct:
    - name: CLIP-reference-interval-clip
      sequence: float64
    - name: CLIP-reference-interval-video
      sequence: float64
    - name: bitrate
      dtype: int64
    - name: codec
      dtype: string
    - name: frame_dimensions
      sequence: int64
    - name: frame_dimensions_resized
      sequence: int64
    - name: frame_rate
      dtype: float64
    - name: resolution
      dtype: string
    - name: resolution_resized
      dtype: string
    - name: vclip_duration
      dtype: float64
    - name: vclip_frame_count
      dtype: int64
    - name: vclip_interval_in_video
      sequence: float64
    - name: video_duration
      dtype: float64
    - name: video_frame_count
      dtype: int64
    - name: video_id
      dtype: string
  splits:
  - name: tiny
    num_bytes: 101936.03137814227
    num_examples: 200
  - name: val
    num_bytes: 509680.15689071134
    num_examples: 1000
  - name: test
    num_bytes: 1356521
    num_examples: 2674
  download_size: 853143
  dataset_size: 1968137.1882688536
configs:
- config_name: default
  data_files:
  - split: tiny
    path: data/tiny-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
---
#### Dataset Statistics Summary

| **Metric**                    | **Total**    | **Tiny**   | **Test**    |
|-------------------------------|--------------|-------------|-------------|
| **Video Statistics**           |              |             |             |
| Total Videos                   |              |             |             |
| Total Video Duration (hr)      |              |             |             |
| Avg. Video Duration (min)      |              |             |             |
| **Clip Statistics**            |              |             |             |
| Total Video Clips              |              |             |             |
| Total Video Clip Duration (hr) |              |             |             |
| Avg. Video Clip Duration (sec) |              |             |             |
| **Frame Statistics**           |              |             |             |
| Total Frames (k)               |              |             |             |
| Avg. Frames per Video (k)      |              |             |             |
| Ratio of Keyframe / Frame (‰)  |              |             |             |
| **QA Statistics**              |              |             |             |
| Total QA Pairs                 |              |             |             |
| Avg. QA Pair per Video         |              |             |             |
| Avg. QA Pair per Clip          |              |             |             |
| Avg. Keyframes per Question    |              |             |             |