Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -42,16 +42,16 @@ Lemonade
|
|
42 |
```
|
43 |
|
44 |
`lemonade_benchmark.csv` : Table with the following fields:
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
|
56 |
`videos` : Folder with all egocentric videos from the EPFL-Smart-Kitchen-30 benchmark. Video names are structured as `[Participant_ID]_[Session_name]_hololens.mp4`.
|
57 |
|
|
|
42 |
```
|
43 |
|
44 |
`lemonade_benchmark.csv` : Table with the following fields:
|
45 |
+
**Question** : Question to be answered </br>
|
46 |
+
**QID** : Question identifier, an integer from 0 to 30 </br>
|
47 |
+
**Answers** : A list of possible answers to the question. This can be a multiple-choice set or open-ended responses. </br>
|
48 |
+
**Correct Answer** : The answer that is deemed correct from the list of provided answers. </br>
|
49 |
+
**Clip** : A reference to the video clip related to the question. </br>
|
50 |
+
**Start** : The timestamp (in frame) in the clip where the question context begins. </br>
|
51 |
+
**End** : The timestamp (in frame) in the clip where the question context ends. </br>
|
52 |
+
**Category** : The broad topic under which the question falls (Behavior understanding, Long-term understanding or Motion and Biomechanics) </br>
|
53 |
+
**Subcategory** : A more refined classification within the category (Perception, Reasoning, Summarization, Session properties, Physical attributes, Kinematics) </br>
|
54 |
+
**Difficulty** : The complexity level of the question (e.g., Easy, Medium, Hard)
|
55 |
|
56 |
`videos` : Folder with all egocentric videos from the EPFL-Smart-Kitchen-30 benchmark. Video names are structured as `[Participant_ID]_[Session_name]_hololens.mp4`.
|
57 |
|