File size: 1,181 Bytes
cd6d59a
 
 
 
 
 
af34676
 
cd6d59a
 
 
 
efdceb2
 
 
 
cd6d59a
 
efdceb2
fe70e6a
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
configs:
- config_name: default
  data_files:
  - split: train
    path: train/*.parquet
  - split: test
    path: test/*.parquet
---

# AVSpeech Video + Audio

A restructured subset of the [AVSpeech](https://looking-to-listen.github.io/avspeech/) dataset with separated media streams and derived identifiers.

- `clip_id`: unique identifier per clip, derived as `{youtube_id}_{start:.3f}_{end:.3f}` from the original AVSpeech CSV columns.
- `avspeech_metadata`: JSON string with the original AVSpeech row fields (`youtube_id`, `start_sec`, `end_sec`, `x_center`, `y_center`).
- `video`: video-only stream (no audio), stream-copied without re-encoding.
- `audio`: audio-only stream, stream-copied without re-encoding.
  
## Citation

If you use this dataset, please cite the original AVSpeech paper:

```bibtex
@inproceedings{ephrat2018looking,
  title={Looking to listen at the cocktail party: A speaker-independent audio-visual model for speech separation},
  author={Ephrat, Ariel and Mosseri, Inbar and Lang, Oran and Dekel, Tali and Wilson, Kevin and Hassidim, Avinatan and Freeman, William T and Rubinstein, Michael},
  booktitle={ACM SIGGRAPH 2018},
  year={2018}
}
```