KratosWen commited on
Commit
3aa6cc6
·
verified ·
1 Parent(s): 9de7b03

release: synchronize IMPACT v1.1 archives and checksums

Browse files
v1.1/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@
4
 
5
  - Refined the bimanual atomic annotations and standardized the 138-class TAS-B vocabulary, including explicit M4 and M6 nut labels.
6
  - Corrected and synchronized ego-view TAS-B annotations with the updated ego videos.
7
- - Updated 112 ego videos and five front-view videos while preserving the synchronized five-view execution identifiers.
8
  - Reconciled terminal TAS-B gaps for 13 exocentric executions: gaps shorter than 10 frames extend the existing terminal label, while gaps of 10 frames or more use a terminal NULL segment of at least 14 frames; existing NULL segments are extended directly.
9
  - Aligned 30 TAS-S boundaries across 16 view annotations to their refined TAS-B counterparts using only 1-5-frame shifts; labels and all other TAS-S boundaries remain unchanged.
10
  - Restored 12 empty phase fields from the verified preceding annotation version.
 
4
 
5
  - Refined the bimanual atomic annotations and standardized the 138-class TAS-B vocabulary, including explicit M4 and M6 nut labels.
6
  - Corrected and synchronized ego-view TAS-B annotations with the updated ego videos.
7
+ - Updated 112 ego videos and five front-view videos while preserving synchronized five-view execution identifiers.
8
  - Reconciled terminal TAS-B gaps for 13 exocentric executions: gaps shorter than 10 frames extend the existing terminal label, while gaps of 10 frames or more use a terminal NULL segment of at least 14 frames; existing NULL segments are extended directly.
9
  - Aligned 30 TAS-S boundaries across 16 view annotations to their refined TAS-B counterparts using only 1-5-frame shifts; labels and all other TAS-S boundaries remain unchanged.
10
  - Restored 12 empty phase fields from the verified preceding annotation version.
v1.1/LICENSE-DATA CHANGED
@@ -1,19 +1,13 @@
1
  Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
2
 
3
- The dataset assets and repository-authored documentation in this repository are licensed under the
4
- Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0),
5
- unless otherwise noted.
6
 
7
- Covered materials include:
8
- - `dataset/`
9
- - `docs/`
10
- - `README.md`
11
- - Markdown documentation under `tasks/`
12
 
13
- Excluded materials include:
14
- - code, scripts, and configuration files
15
- - third-party materials under `third_party/`
16
- - any file or subdirectory that provides its own license notice
17
 
18
- License URL:
19
  https://creativecommons.org/licenses/by-nc-sa/4.0/
 
 
 
 
1
  Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
2
 
3
+ All dataset assets and release documentation within the IMPACT-v1.1 distribution are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0), unless a file provides a more specific notice.
 
 
4
 
5
+ Covered materials include annotations, RGB and depth recordings, audio, eye-tracking traces, released features, metadata, split definitions, and release documentation.
 
 
 
 
6
 
7
+ You must provide appropriate attribution, indicate whether changes were made, use the materials only for non-commercial purposes, and distribute adaptations under the same license.
 
 
 
8
 
9
+ License deed and legal code:
10
  https://creativecommons.org/licenses/by-nc-sa/4.0/
11
+
12
+ Recommended attribution:
13
+ IMPACT: A Dataset for Multi-Granularity Human Procedural Action Understanding in Industrial Assembly, version 1.1, https://kratos-wen.github.io/IMPACT/
v1.1/MANIFEST.tsv CHANGED
@@ -1,17 +1,17 @@
1
  bytes path
2
- 8484638 annotations/IMPACT-v1.1-annotations.zip
3
- 209642062 audio/IMPACT-v1.1-audio-ego.zip
4
- 8488123181 depth/IMPACT-v1.1-depth-front.zip
5
- 13176183225 depth/IMPACT-v1.1-depth-left.zip
6
- 11176873577 depth/IMPACT-v1.1-depth-right.zip
7
- 16061200460 depth/IMPACT-v1.1-depth-top.zip
8
- 263940932 eye_tracking/IMPACT-v1.1-eye-tracking-ego.zip
9
- 16887238954 features/IMPACT-v1.1-features-I3D.zip
10
- 12665479322 features/IMPACT-v1.1-features-MViTv2.zip
11
- 23219891246 features/IMPACT-v1.1-features-VideoMAEv2.zip
12
- 2997109969 sample/IMPACT-v1.1-sample.zip
13
- 15323189557 videos/IMPACT-v1.1-videos-ego.zip
14
- 31487237744 videos/IMPACT-v1.1-videos-front.zip
15
- 18002132739 videos/IMPACT-v1.1-videos-left.zip
16
- 16394260259 videos/IMPACT-v1.1-videos-right.zip
17
- 14491300865 videos/IMPACT-v1.1-videos-top.zip
 
1
  bytes path
2
+ 8485262 annotations/IMPACT-v1.1-annotations.zip
3
+ 209641269 audio/IMPACT-v1.1-audio-ego.zip
4
+ 8488122388 depth/IMPACT-v1.1-depth-front.zip
5
+ 13176182432 depth/IMPACT-v1.1-depth-left.zip
6
+ 11176872784 depth/IMPACT-v1.1-depth-right.zip
7
+ 16061199667 depth/IMPACT-v1.1-depth-top.zip
8
+ 263941556 eye_tracking/IMPACT-v1.1-eye-tracking-ego.zip
9
+ 16887238161 features/IMPACT-v1.1-features-I3D.zip
10
+ 12665478529 features/IMPACT-v1.1-features-MViTv2.zip
11
+ 23219890453 features/IMPACT-v1.1-features-VideoMAEv2.zip
12
+ 2997108593 sample/IMPACT-v1.1-sample.zip
13
+ 15323188764 videos/IMPACT-v1.1-videos-ego.zip
14
+ 31487236951 videos/IMPACT-v1.1-videos-front.zip
15
+ 18002131946 videos/IMPACT-v1.1-videos-left.zip
16
+ 16394259466 videos/IMPACT-v1.1-videos-right.zip
17
+ 14491300072 videos/IMPACT-v1.1-videos-top.zip
v1.1/README.md CHANGED
@@ -3,57 +3,88 @@ license: cc-by-nc-sa-4.0
3
  pretty_name: IMPACT
4
  task_categories:
5
  - video-classification
 
6
  - other
7
  tags:
8
  - industrial assembly
9
  - procedural action understanding
10
  - temporal action segmentation
11
- - action anticipation
 
12
  - RGB-D
13
  - eye tracking
14
  ---
15
 
16
  # IMPACT v1.1
17
 
18
- IMPACT is a synchronized five-view RGB-D dataset and benchmark for multi-granularity human procedural action understanding in industrial assembly.
19
 
20
  - [Project page](https://kratos-wen.github.io/IMPACT/)
21
- - [Benchmark code](https://github.com/Kratos-Wen/IMPACT)
22
  - [Google Drive mirror](https://drive.google.com/drive/folders/1P7vBnxSVH9g_lQc5n0c0WA47QAGEhE_U?usp=sharing)
23
 
24
- ## News
25
 
26
- **July 2026: IMPACT v1.1.** We further improved the released annotations and videos. All 560 TAS-B annotation files were revalidated, and 117 of 560 RGB videos (20.9%) were updated. The refined release is now available on Google Drive and Hugging Face.
27
 
28
- ## Tasks
29
 
30
- - Temporal Action Segmentation at Step Level (`TAS-S`)
31
- - Bimanual Atomic Segmentation for the Left and Right Hands (`TAS-BL/BR`)
32
- - Cross-View Temporal Alignment (`CV-TA`)
33
- - Cross-View Semantic Matching via Retrieval and Classification (`CV-SMR`, `CV-SMC`)
34
- - Short-Term Action Anticipation (`AF-S`)
35
- - Long-Horizon Action Forecasting (`AF-L`)
36
- - Procedure Step Recognition (`PSR`)
37
- - Assembly State Recognition (`ASR`)
38
- - Procedural Phase Recognition for the Left and Right Hands (`PPR-L/R`)
39
- - Anomaly Type Recognition for the Left and Right Hands (`ATR-L/R`)
40
 
41
- ## Download Layout
42
 
43
- The `v1.1/` directory contains versioned archives for annotations, RGB videos, depth streams, ego audio, ego eye tracking, and I3D, MViTv2, and VideoMAEv2 features. Every archive extracts into the same `IMPACT-v1.1/` root.
44
 
45
- Use `v1.1/SHA256SUMS` to verify downloaded files:
 
 
 
 
46
 
47
  ```bash
48
- sha256sum --check SHA256SUMS
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  ```
50
 
51
- The quick-start sample is available at `v1.1/sample/IMPACT-v1.1-sample.zip`.
 
 
 
 
 
 
 
 
 
 
52
 
53
- ## Version 1.1
54
 
55
- Version 1.1 refines the bimanual atomic annotations, synchronizes annotation endpoints with the released videos, standardizes public identifiers and view names, and regenerates dependent TAS-B, AF-S, PPR, and ATR assets. See `v1.1/CHANGELOG.md` for details.
56
 
57
  ## License
58
 
59
- Dataset assets and documentation are licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). Repository-authored code is distributed separately through GitHub under the repository code license.
 
3
  pretty_name: IMPACT
4
  task_categories:
5
  - video-classification
6
+ - feature-extraction
7
  - other
8
  tags:
9
  - industrial assembly
10
  - procedural action understanding
11
  - temporal action segmentation
12
+ - cross-view understanding
13
+ - action forecasting
14
  - RGB-D
15
  - eye tracking
16
  ---
17
 
18
  # IMPACT v1.1
19
 
20
+ IMPACT is a synchronized five-view RGB-D dataset and benchmark for multi-granularity human procedural action understanding in industrial assembly. It contains **112 trials from 13 participants** and **39.5 video hours** across one egocentric and four exocentric views.
21
 
22
  - [Project page](https://kratos-wen.github.io/IMPACT/)
23
+ - [Benchmark code and task protocols](https://github.com/Kratos-Wen/IMPACT)
24
  - [Google Drive mirror](https://drive.google.com/drive/folders/1P7vBnxSVH9g_lQc5n0c0WA47QAGEhE_U?usp=sharing)
25
 
26
+ ## Release Update
27
 
28
+ **July 2026, v1.1.** All 560 TAS-B annotation files were revalidated, and 117 of 560 RGB videos (20.9%) were updated. Dependent task assets and selected TAS-S boundaries were regenerated from the refined canonical annotations. See [`v1.1/CHANGELOG.md`](v1.1/CHANGELOG.md) for the complete record.
29
 
30
+ ## Benchmark Tasks
31
 
32
+ | Family | Tasks | Metrics |
33
+ | --- | --- | --- |
34
+ | Temporal Understanding | `TAS-S`, `TAS-BL/BR` | Accuracy, Edit, F1@{10,25,50} |
35
+ | Cross-View Understanding | `CV-TA`, `CV-SMR`, `CV-SMC` | Recall@{1,5}, Median Rank, Coverage, mAP, Top-1, Macro-F1 |
36
+ | Action Forecasting | `AF-S`, `AF-L` | mR@5, AUED, ED@z |
37
+ | State & Reasoning | `PSR`, `ASR`, `PPR-L/R`, `ATR-L/R` | task-specific F1, delay, POS, state, phase, and multi-label metrics |
 
 
 
 
38
 
39
+ Formal task definitions, split semantics, baselines, and evaluation code are versioned in the [benchmark repository](https://github.com/Kratos-Wen/IMPACT/blob/main/docs/BENCHMARK.md).
40
 
41
+ ## Download
42
 
43
+ The `v1.1/` directory provides independent archives for annotations, RGB videos, depth streams, ego audio, eye tracking, and I3D, MViTv2, and VideoMAEv2 features. Every ZIP extracts into the same `IMPACT-v1.1/` root.
44
+
45
+ The 2.8 GiB quick-start sample is available at `v1.1/sample/IMPACT-v1.1-sample.zip`. It contains three complete executions with synchronized media, all released feature types, and corresponding task annotations.
46
+
47
+ Selective download and automatic checksum verification:
48
 
49
  ```bash
50
+ git clone https://github.com/Kratos-Wen/IMPACT.git
51
+ cd IMPACT
52
+ python -m pip install -r requirements-tools.txt
53
+ python tools/download_impact.py --include sample --output downloads
54
+ python tools/verify_release.py downloads/v1.1/sample/IMPACT-v1.1-sample.zip
55
+ ```
56
+
57
+ Use `python tools/download_impact.py --list` to inspect all bundle keys. Exact byte sizes and SHA-256 checksums are published in `v1.1/MANIFEST.tsv` and `v1.1/SHA256SUMS`.
58
+
59
+ ## Data Structure
60
+
61
+ ```text
62
+ IMPACT-v1.1/
63
+ ├── annotations/{TAS-S,TAS-B,AF-S,ASR,PSR,PPR,ATR}/
64
+ ├── videos/{ego,front,left,right,top}/
65
+ ├── depth/{front,left,right,top}/
66
+ ├── audio/ego/
67
+ ├── eye_tracking/ego/
68
+ ├── features/{I3D,MViTv2,VideoMAEv2}/
69
+ └── metadata/
70
  ```
71
 
72
+ The canonical identifier is `<execution_id>_<view>`. All views from the same trial are co-assigned in official splits to prevent cross-view leakage.
73
+
74
+ ## Features
75
+
76
+ Released arrays contain frozen I3D (1024-D), MViTv2-B (768-D), and VideoMAEv2-G (1408-D) representations. Extraction conventions and reference scripts are documented in the [feature guide](https://github.com/Kratos-Wen/IMPACT/blob/main/docs/FEATURES.md).
77
+
78
+ ## Ethics and Intended Use
79
+
80
+ Participants provided informed consent for data collection and research release. Public identifiers are anonymized, and the release excludes direct personal identifiers. The dataset is intended for non-commercial research and education in video understanding, procedural reasoning, forecasting, and industrial human-assistance systems. It must not be used to identify participants or infer sensitive personal attributes.
81
+
82
+ IMPACT represents a controlled industrial assembly setting and should not be treated as evidence that a model is safe for autonomous deployment. Users should assess domain shift, demographic coverage, failure modes, and human oversight requirements in their target environment. See the repository's [Ethics and Intended Use](https://github.com/Kratos-Wen/IMPACT/blob/main/docs/ETHICS_AND_USE.md) statement.
83
 
84
+ ## Citation
85
 
86
+ The manuscript is under review at the ACM Multimedia 2026 Dataset Track. Stable versioned author metadata is available in [`CITATION.cff`](https://github.com/Kratos-Wen/IMPACT/blob/main/CITATION.cff); proceedings metadata will be added after publication.
87
 
88
  ## License
89
 
90
+ Dataset assets and release documentation are licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). Benchmark code is distributed separately under Apache-2.0, and third-party methods retain their respective upstream terms.
v1.1/SHA256SUMS CHANGED
@@ -1,16 +1,16 @@
1
- 049a9acee3d97fe4a1c5e0d3c652b4a9615b3e11d90ce523f434544ddcff39fc annotations/IMPACT-v1.1-annotations.zip
2
- 5f9e8a6cbdd5c2b8fa0f4e81dbf41d67c91f7ff2a16f14fccb4e187745ab36ba audio/IMPACT-v1.1-audio-ego.zip
3
- 81ce78cda45573471456f47588c018f745f1c5b81196c6da6b5e9e8e87c99b24 depth/IMPACT-v1.1-depth-front.zip
4
- 52b4bb5f6f0e175bf56c0ada6617802358832d83a982e337fc7d004528309d34 depth/IMPACT-v1.1-depth-left.zip
5
- 71fb935e9ba520963378de54ff3655973f78a966634234c44878763dd9d3e56f depth/IMPACT-v1.1-depth-right.zip
6
- 597b77411af969e3fae715fbdaa16c97b37c360ce3aef3441a0a66c7739d6e92 depth/IMPACT-v1.1-depth-top.zip
7
- 883520fbd42929efe81bd2648849640d41d028c50fb85f97c53c26793fa9fca4 eye_tracking/IMPACT-v1.1-eye-tracking-ego.zip
8
- 14f90118683bb5b4af3119935b6a7220f85de39e92530e5189af34b6795fa5a2 features/IMPACT-v1.1-features-I3D.zip
9
- 0cd8fc7999f986884cd5d6b43d336a9f8beffb4b4c3a713374132c3d2ee7cffe features/IMPACT-v1.1-features-MViTv2.zip
10
- 783e555b72882cc49a7929f7b956cbf7aba5a32f8334a32c47ec2c309700d258 features/IMPACT-v1.1-features-VideoMAEv2.zip
11
- b64c60948407cfaec2b3b0f8833bab38b41d1606b049927ec73ef457e5d99743 sample/IMPACT-v1.1-sample.zip
12
- a80f4c28ef5fb2812ab2a48b65af37164cc03bdb4a0d7047644f15254c76418d videos/IMPACT-v1.1-videos-ego.zip
13
- 3b65afd8e5ea02e2cac8c61b2d87be540125aa6b82e97fc09c3f51291ca6688e videos/IMPACT-v1.1-videos-front.zip
14
- 072414c45e45c3486b0b95da0792efe5d065301795b280655025ecd3add91d05 videos/IMPACT-v1.1-videos-left.zip
15
- a3a4df90e402f0f53227dda9b60f58a2bb659131aa468f8d4171e645169bd566 videos/IMPACT-v1.1-videos-right.zip
16
- f39d70a1d33bdb0a263591ad3f7d58dbf5a1c0b815cbbe83f3272a90e853ddfc videos/IMPACT-v1.1-videos-top.zip
 
1
+ ded862b7599fa2bedbfa7699bf554add955a18d5c9ff641ef7826751fe791cfb annotations/IMPACT-v1.1-annotations.zip
2
+ 07bcae1f03f13cfeaad79b6efe3946f379338b7e810770c5f023c8f0ed992c93 audio/IMPACT-v1.1-audio-ego.zip
3
+ b5f0e1592f8943a0bbc8c64ed2dabe0f7ea60d10f0db61930f1e48e5afd01c8d depth/IMPACT-v1.1-depth-front.zip
4
+ fe7ff7f8aece9ff6191f228f58c1f329a2f7bb912966c6764e26d94ef9aa9489 depth/IMPACT-v1.1-depth-left.zip
5
+ d256a66497f3b42e594cfa840b0423f63ffae9f54d1f9c4dde3d533617939c34 depth/IMPACT-v1.1-depth-right.zip
6
+ 52703f6d915b03001f2138b3fee1ed884b476c255c5b60947b4e635316034fab depth/IMPACT-v1.1-depth-top.zip
7
+ 9f3b3337c86bc444a56a26942c73a8440089a6bb7e3e13caf1b214313881dd50 eye_tracking/IMPACT-v1.1-eye-tracking-ego.zip
8
+ 97f9d81443d1a3978e77b5db119b69089ecd470af77d6bb60bd20f792446a111 features/IMPACT-v1.1-features-I3D.zip
9
+ e34a36161286b84fd7e14fc45522bfd2d10dba286f6c29ee11f3beb44aa7be0d features/IMPACT-v1.1-features-MViTv2.zip
10
+ 5dbc3cf73b8810587a4497ee3f1165fa6fd807ab58d21e65d7d7403628bfd5be features/IMPACT-v1.1-features-VideoMAEv2.zip
11
+ d22f64abfde8797c3d49cf86aea2ceb83e8581c571e6d5d1c3bad53aa2e13cfd sample/IMPACT-v1.1-sample.zip
12
+ 1ebdda9411a87769fc453138d0d0e2148bdec4d1df68d831431feafdddc24381 videos/IMPACT-v1.1-videos-ego.zip
13
+ ab83fbfeaab5509886125ec058843806c77a2629e8015393e82235bbce4bcabb videos/IMPACT-v1.1-videos-front.zip
14
+ 0db4489c3cdd98cf393d69e88f0bd8129e83ed2c105df79808e5b96c199aab3d videos/IMPACT-v1.1-videos-left.zip
15
+ c73acbf9dde293764528e42ed6230a5f9bdb90a5730be187745571e8045fe0f0 videos/IMPACT-v1.1-videos-right.zip
16
+ f68b00613d355b7b7ba22ae56261984ea0832698c741353e9731aafecb801ffd videos/IMPACT-v1.1-videos-top.zip
v1.1/annotations/IMPACT-v1.1-annotations.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:049a9acee3d97fe4a1c5e0d3c652b4a9615b3e11d90ce523f434544ddcff39fc
3
- size 8484638
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ded862b7599fa2bedbfa7699bf554add955a18d5c9ff641ef7826751fe791cfb
3
+ size 8485262
v1.1/audio/IMPACT-v1.1-audio-ego.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f9e8a6cbdd5c2b8fa0f4e81dbf41d67c91f7ff2a16f14fccb4e187745ab36ba
3
- size 209642062
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07bcae1f03f13cfeaad79b6efe3946f379338b7e810770c5f023c8f0ed992c93
3
+ size 209641269
v1.1/depth/IMPACT-v1.1-depth-front.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:81ce78cda45573471456f47588c018f745f1c5b81196c6da6b5e9e8e87c99b24
3
- size 8488123181
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5f0e1592f8943a0bbc8c64ed2dabe0f7ea60d10f0db61930f1e48e5afd01c8d
3
+ size 8488122388
v1.1/depth/IMPACT-v1.1-depth-left.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:52b4bb5f6f0e175bf56c0ada6617802358832d83a982e337fc7d004528309d34
3
- size 13176183225
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe7ff7f8aece9ff6191f228f58c1f329a2f7bb912966c6764e26d94ef9aa9489
3
+ size 13176182432
v1.1/depth/IMPACT-v1.1-depth-right.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:71fb935e9ba520963378de54ff3655973f78a966634234c44878763dd9d3e56f
3
- size 11176873577
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d256a66497f3b42e594cfa840b0423f63ffae9f54d1f9c4dde3d533617939c34
3
+ size 11176872784
v1.1/depth/IMPACT-v1.1-depth-top.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:597b77411af969e3fae715fbdaa16c97b37c360ce3aef3441a0a66c7739d6e92
3
- size 16061200460
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52703f6d915b03001f2138b3fee1ed884b476c255c5b60947b4e635316034fab
3
+ size 16061199667
v1.1/eye_tracking/IMPACT-v1.1-eye-tracking-ego.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:883520fbd42929efe81bd2648849640d41d028c50fb85f97c53c26793fa9fca4
3
- size 263940932
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f3b3337c86bc444a56a26942c73a8440089a6bb7e3e13caf1b214313881dd50
3
+ size 263941556
v1.1/features/IMPACT-v1.1-features-I3D.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:14f90118683bb5b4af3119935b6a7220f85de39e92530e5189af34b6795fa5a2
3
- size 16887238954
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97f9d81443d1a3978e77b5db119b69089ecd470af77d6bb60bd20f792446a111
3
+ size 16887238161
v1.1/features/IMPACT-v1.1-features-MViTv2.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0cd8fc7999f986884cd5d6b43d336a9f8beffb4b4c3a713374132c3d2ee7cffe
3
- size 12665479322
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e34a36161286b84fd7e14fc45522bfd2d10dba286f6c29ee11f3beb44aa7be0d
3
+ size 12665478529
v1.1/features/IMPACT-v1.1-features-VideoMAEv2.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:783e555b72882cc49a7929f7b956cbf7aba5a32f8334a32c47ec2c309700d258
3
- size 23219891246
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dbc3cf73b8810587a4497ee3f1165fa6fd807ab58d21e65d7d7403628bfd5be
3
+ size 23219890453
v1.1/sample/IMPACT-v1.1-sample.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b64c60948407cfaec2b3b0f8833bab38b41d1606b049927ec73ef457e5d99743
3
- size 2997109969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d22f64abfde8797c3d49cf86aea2ceb83e8581c571e6d5d1c3bad53aa2e13cfd
3
+ size 2997108593
v1.1/videos/IMPACT-v1.1-videos-ego.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a80f4c28ef5fb2812ab2a48b65af37164cc03bdb4a0d7047644f15254c76418d
3
- size 15323189557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ebdda9411a87769fc453138d0d0e2148bdec4d1df68d831431feafdddc24381
3
+ size 15323188764
v1.1/videos/IMPACT-v1.1-videos-front.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b65afd8e5ea02e2cac8c61b2d87be540125aa6b82e97fc09c3f51291ca6688e
3
- size 31487237744
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab83fbfeaab5509886125ec058843806c77a2629e8015393e82235bbce4bcabb
3
+ size 31487236951
v1.1/videos/IMPACT-v1.1-videos-left.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:072414c45e45c3486b0b95da0792efe5d065301795b280655025ecd3add91d05
3
- size 18002132739
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0db4489c3cdd98cf393d69e88f0bd8129e83ed2c105df79808e5b96c199aab3d
3
+ size 18002131946
v1.1/videos/IMPACT-v1.1-videos-right.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a3a4df90e402f0f53227dda9b60f58a2bb659131aa468f8d4171e645169bd566
3
- size 16394260259
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c73acbf9dde293764528e42ed6230a5f9bdb90a5730be187745571e8045fe0f0
3
+ size 16394259466
v1.1/videos/IMPACT-v1.1-videos-top.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f39d70a1d33bdb0a263591ad3f7d58dbf5a1c0b815cbbe83f3272a90e853ddfc
3
- size 14491300865
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f68b00613d355b7b7ba22ae56261984ea0832698c741353e9731aafecb801ffd
3
+ size 14491300072