KratosWen commited on
Commit
3a71e64
·
verified ·
1 Parent(s): 5901566

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -35,8 +35,9 @@ This Hugging Face dataset mirrors the public IMPACT release bundles:
35
  - `videos/videos_{ego,front,left,right,top}.zip`: five-view RGB archives
36
  - `depth/depth_{front,left,right,top}.zip`: exocentric depth archives
37
  - `audio/audio_ego.zip`: egocentric audio bundle
 
38
  - `features/features_{I3D,MViTv2,VideoMAEv2}.zip`: released feature bundles
39
- - `sample/`: quick-start subset with 3 executions, multi-view media, released features, and task annotations
40
 
41
  ## Benchmark Coverage
42
 
@@ -51,7 +52,7 @@ The current public code release provides runnable benchmark wrappers for:
51
  - `PPR`
52
  - `ATR`
53
 
54
- `AF-L` is reserved in the repository structure and documented, but its runnable baselines are not released yet.
55
 
56
  ## Sample Subset
57
 
@@ -63,6 +64,7 @@ It currently contains:
63
  - 15 RGB video files
64
  - 12 depth files
65
  - 3 ego-audio files
 
66
  - 45 feature files
67
  - task-specific annotation folders covering `TAS-S`, `TAS-B`, `ASR`, `PSR`, `PPR`, and `ATR`
68
 
 
35
  - `videos/videos_{ego,front,left,right,top}.zip`: five-view RGB archives
36
  - `depth/depth_{front,left,right,top}.zip`: exocentric depth archives
37
  - `audio/audio_ego.zip`: egocentric audio bundle
38
+ - `eye_tracking/eye_tracking_ego.zip`: egocentric eye-tracking TSV bundle
39
  - `features/features_{I3D,MViTv2,VideoMAEv2}.zip`: released feature bundles
40
+ - `sample/`: quick-start subset with 3 executions, multi-view media, eye-tracking traces, released features, and task annotations
41
 
42
  ## Benchmark Coverage
43
 
 
52
  - `PPR`
53
  - `ATR`
54
 
55
+ The repository also documents `AF-L` with its task protocol and reported baseline design.
56
 
57
  ## Sample Subset
58
 
 
64
  - 15 RGB video files
65
  - 12 depth files
66
  - 3 ego-audio files
67
+ - 3 ego eye-tracking files
68
  - 45 feature files
69
  - task-specific annotation folders covering `TAS-S`, `TAS-B`, `ASR`, `PSR`, `PPR`, and `ATR`
70