Datasets:

ArXiv:
License:
David0219 commited on
Commit
8692527
Β·
verified Β·
1 Parent(s): a08cfaa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -57,6 +57,39 @@ It reflects realistic personal assistant scenarios where continuous egocentric v
57
 
58
  ---
59
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  ## πŸ§ͺ Benchmark Tasks
61
 
62
  TeleEgo-QA evaluates models along **three main dimensions**:
 
57
 
58
  ---
59
 
60
+ ## Download
61
+
62
+ ```bash
63
+ # Extract (only need to specify the first file)
64
+ 7z x archive.7z.001
65
+
66
+ # Or extract to a specific directory
67
+ 7z x archive.7z.001 -o./extracted_data
68
+ ```
69
+
70
+ ## Dataset Structure
71
+ After extraction, the dataset structure is:
72
+
73
+ ```
74
+ TeleEgo/
75
+ β”œβ”€β”€ merged_P1_A.json # QA annotations for Participant 1
76
+ β”œβ”€β”€ merged_P2_A.json # QA annotations for Participant 2
77
+ β”œβ”€β”€ merged_P3_A.json # QA annotations for Participant 3
78
+ β”œβ”€β”€ merged_P4_A.json # QA annotations for Participant 4
79
+ β”œβ”€β”€ merged_P5_A.json # QA annotations for Participant 5
80
+ β”œβ”€β”€ merged_P1.mp4 # Video stream for Participant 1 (~46GB)
81
+ β”œβ”€β”€ merged_P2.mp4 # Video stream for Participant 2 (~35GB)
82
+ β”œβ”€β”€ merged_P3.mp4 # Video stream for Participant 3 (~58GB)
83
+ β”œβ”€β”€ merged_P4.mp4 # Video stream for Participant 4 (~57GB)
84
+ β”œβ”€β”€ merged_P5.mp4 # Video stream for Participant 5 (~38GB)
85
+ β”œβ”€β”€ timeline_P1.json # Temporal annotations for Participant 1
86
+ β”œβ”€β”€ timeline_P2.json # Temporal annotations for Participant 2
87
+ β”œβ”€β”€ timeline_P3.json # Temporal annotations for Participant 3
88
+ β”œβ”€β”€ timeline_P4.json # Temporal annotations for Participant 4
89
+ └── timeline_P5.json # Temporal annotations for Participant 5
90
+ ```
91
+
92
+
93
  ## πŸ§ͺ Benchmark Tasks
94
 
95
  TeleEgo-QA evaluates models along **three main dimensions**: