ProgramComputer commited on
Commit
efdceb2
·
verified ·
1 Parent(s): 3b5ec93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -10,11 +10,13 @@ configs:
10
 
11
  # AVSpeech Video + Audio
12
 
13
- This dataset stores AVSpeech media as separate columns:
 
 
 
14
  - `video`: video-only stream (no audio), stream-copied without re-encoding.
15
  - `audio`: audio-only stream, stream-copied without re-encoding.
16
-
17
-
18
  ## Citation
19
 
20
  If you use this dataset, please cite the original AVSpeech paper:
 
10
 
11
  # AVSpeech Video + Audio
12
 
13
+ A restructured subset of the [AVSpeech](https://looking-to-listen.github.io/avspeech/) dataset with separated media streams and derived identifiers.
14
+
15
+ - `clip_id`: unique identifier per clip, derived as `{youtube_id}_{start:.3f}_{end:.3f}` from the original AVSpeech CSV columns.
16
+ - `avspeech_metadata`: JSON string with the original AVSpeech row fields (`youtube_id`, `start_sec`, `end_sec`, `x_center`, `y_center`).
17
  - `video`: video-only stream (no audio), stream-copied without re-encoding.
18
  - `audio`: audio-only stream, stream-copied without re-encoding.
19
+
 
20
  ## Citation
21
 
22
  If you use this dataset, please cite the original AVSpeech paper: