Add video-classification task category and paper link (#1)
Browse files- Add video-classification task category and paper link (9686a5814e2cf7c2e6fc8753082d0b2208edbc40)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
---
|
2 |
-
attribution:
|
3 |
-
|
4 |
-
|
5 |
non-commercial: true
|
6 |
modifications: Preprocessed features derived from the original datasets for research tasks.
|
|
|
|
|
7 |
---
|
8 |
|
9 |
-
This repository contains datasets for [EgoSpeak: Learning When to Speak for Egocentric Conversational Agents in the Wild
|
10 |
-
](https://arxiv.org/abs/2502.14892)
|
11 |
|
12 |
This work includes preprocessed features derived from:
|
13 |
- **EasyCom Dataset**: Licensed under CC BY-NC 4.0. [GitHub Repository](https://github.com/facebookresearch/EasyComDataset)
|
@@ -18,9 +19,9 @@ Use of this repository is restricted to non-commercial purposes, in compliance w
|
|
18 |
|
19 |
### **Modifications**
|
20 |
- Preprocessed features were extracted and derived from the EasyCom and Ego4D datasets for specific research tasks. These features are not identical to the original datasets.
|
21 |
-
- Please refer to the [EgoSpeak paper](
|
22 |
|
23 |
### **Attribution**
|
24 |
You must attribute the original datasets as follows:
|
25 |
- **EasyCom Dataset**: Licensed under CC BY-NC 4.0. [GitHub Repository](https://github.com/facebookresearch/EasyComDataset)
|
26 |
-
- **Ego4D Dataset**: Licensed under the MIT License. [GitHub Repository](https://github.com/facebookresearch/Ego4d)
|
|
|
1 |
---
|
2 |
+
attribution:
|
3 |
+
- EasyCom Dataset: Licensed under CC BY-NC 4.0. [GitHub Repository](https://github.com/facebookresearch/EasyComDataset)
|
4 |
+
- Ego4D Dataset: Licensed under the MIT License. [GitHub Repository](https://github.com/facebookresearch/Ego4d)
|
5 |
non-commercial: true
|
6 |
modifications: Preprocessed features derived from the original datasets for research tasks.
|
7 |
+
task_categories:
|
8 |
+
- video-classification
|
9 |
---
|
10 |
|
11 |
+
This repository contains datasets for [EgoSpeak: Learning When to Speak for Egocentric Conversational Agents in the Wild](https://arxiv.org/abs/2502.14892) and [Project Page](https://jun297.github.io/EgoSpeak/).
|
|
|
12 |
|
13 |
This work includes preprocessed features derived from:
|
14 |
- **EasyCom Dataset**: Licensed under CC BY-NC 4.0. [GitHub Repository](https://github.com/facebookresearch/EasyComDataset)
|
|
|
19 |
|
20 |
### **Modifications**
|
21 |
- Preprocessed features were extracted and derived from the EasyCom and Ego4D datasets for specific research tasks. These features are not identical to the original datasets.
|
22 |
+
- Please refer to the [EgoSpeak paper](https://arxiv.org/abs/2502.14892) for detailed descriptions of the modifications.
|
23 |
|
24 |
### **Attribution**
|
25 |
You must attribute the original datasets as follows:
|
26 |
- **EasyCom Dataset**: Licensed under CC BY-NC 4.0. [GitHub Repository](https://github.com/facebookresearch/EasyComDataset)
|
27 |
+
- **Ego4D Dataset**: Licensed under the MIT License. [GitHub Repository](https://github.com/facebookresearch/Ego4d)
|