Update README.md
Browse files
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**:
|