aisaro commited on
Commit
c923c91
·
verified ·
1 Parent(s): f18b878

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -77,3 +77,25 @@ configs:
77
  - split: test
78
  path: data/test-*
79
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  - split: test
78
  path: data/test-*
79
  ---
80
+ #### Dataset Statistics Summary
81
+
82
+ | **Metric** | **Total** | **Train** | **Test** |
83
+ |-------------------------------|--------------|-------------|-------------|
84
+ | **Video Statistics** | | | |
85
+ | Total Videos | **988** | **744** | **244** |
86
+ | Total Video Duration (hr) | 423.3 | 322.2 | 101.0 |
87
+ | Avg. Video Duration (min) | 25.7 | 26.0 | 24.8 |
88
+ | **Clip Statistics** | | | |
89
+ | Total Video Clips | **1,324** | **996** | **328** |
90
+ | Total Video Clip Duration (hr) | 180.4 | 135.3 | 45.0 |
91
+ | Avg. Video Clip Duration (sec) | 8.2 | 8.2 | 8.2 |
92
+ | **Frame Statistics** | | | |
93
+ | Total Frames (k) | **45,700** | **34,800** | **10,900** |
94
+ | Avg. Frames per Video (k) | 46.3 | 46.8 | 44.7 |
95
+ | Ratio of Keyframe / Frame (‰) | 0.62 | 0.59 | 0.71 |
96
+ | **QA Statistics** | | | |
97
+ | Total QA Pairs | **15,092** | **11,218** | **3,874** |
98
+ | Avg. QA Pair per Video | 15.3 | 15.1 | 15.9 |
99
+ | Avg. QA Pair per Clip | 11.4 | 11.3 | 11.8 |
100
+ | Avg. Keyframes per Question | 1.88 | 1.84 | 2.01 |
101
+