gorjanradevski commited on
Commit
d77ec9b
·
verified ·
1 Parent(s): c371872

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -94,22 +94,21 @@ The DAVE dataset consists of two main splits: `ego4d` and `epic`, each correspon
94
 
95
  Each example contains the following fields:
96
 
97
- * **raw\_video\_path**: Path to the original, uncompressed video.
98
- * **compressed\_video\_path**: Path to a compressed version of the raw video.
99
- * **overlayed\_event\_index**: Index of the focal event (used for creating localized event clips).
100
- * **events**: Dictionary containing metadata about multiple events in the video:
101
 
102
  * `start`, `end`, `duration`: Timestamps and durations.
103
  * `narration`: Natural language descriptions.
104
  * `action`: Structured action annotations.
105
- * **event\_video\_path**: Clip extracted around the focal event.
106
- * **audio\_class**: The synthetic audio class overlaid in this instance (e.g., `"crow"`).
107
- * **video\_with\_overlayed\_audio\_path**: Path to the video with audio overlayed on the focal event.
108
  * **silent\_video\_path**: Path to the video without any audio.
109
- * **overlayed\_audio\_path**: Path to the standalone audio clip used in the overlay.
110
  * **video\_id**: Identifier for the video.
111
- * **participant\_id**: Identifier for the subject or participant (in case of Epic, None in case of Ego4D).
112
- * **type**: Video type or category (e.g., `"regular"` or `"none_of_the_above"`).
113
  * **raw\_choices\_**\*: Fields corresponding to multiple-choice options across various diagnostic sub-tasks:
114
 
115
  * `raw_choices_simple_audio_classification`
 
94
 
95
  Each example contains the following fields:
96
 
97
+ * **compressed\_video\_path**: Path to a compressed version of the raw video: unedited video containing 4 events with the original audio.
98
+ * **overlayed\_event\_index**: Index of the event which we overlay with an unrelated audio sound.
99
+ * **events**: Dictionary containing metadata about the events in the video:
 
100
 
101
  * `start`, `end`, `duration`: Timestamps and durations.
102
  * `narration`: Natural language descriptions.
103
  * `action`: Structured action annotations.
104
+ * **event\_video\_path**: Clip extracted from the overlayed event.
105
+ * **audio\_class**: The audio class overlaid in this instance (e.g., `"crow", "dog bark", "door knock"`).
106
+ * **video\_with\_overlayed\_audio\_path**: Path to the video with audio overlayed on the specified event.
107
  * **silent\_video\_path**: Path to the video without any audio.
108
+ * **overlayed\_audio\_path**: Path to the standalone audio clip extracted from the video with the overlayed audio.
109
  * **video\_id**: Identifier for the video.
110
+ * **participant\_id**: Identifier for the subject or participant (in case of Epic, `None` in case of Ego4D).
111
+ * **type**: Video type or category (e.g., `"regular"` or `"none_of_the_above_incorrect_audio"`, `"none_of_the_above_no_sound"`), indicating the type of the task that sample belongs to.
112
  * **raw\_choices\_**\*: Fields corresponding to multiple-choice options across various diagnostic sub-tasks:
113
 
114
  * `raw_choices_simple_audio_classification`