AndyBonnetto commited on
Commit
6951efe
·
verified ·
1 Parent(s): 5de3cd2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -42,16 +42,16 @@ Lemonade
42
  ```
43
 
44
  `lemonade_benchmark.csv` : Table with the following fields:
45
- * **Question** : Question to be answered
46
- * **QID** : Question identifier, an integer from 0 to 30
47
- * **Answers** : A list of possible answers to the question. This can be a multiple-choice set or open-ended responses.
48
- * **Correct Answer** : The answer that is deemed correct from the list of provided answers.
49
- * **Clip** : A reference to the video clip related to the question.
50
- * **Start** : The timestamp (in frame) in the clip where the question context begins.
51
- * **End** : The timestamp (in frame) in the clip where the question context ends.
52
- * **Category** : The broad topic under which the question falls (Behavior understanding, Long-term understanding or Motion and Biomechanics)
53
- * **Subcategory** : A more refined classification within the category (Perception, Reasoning, Summarization, Session properties, Physical attributes, Kinematics)
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
 
 
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