File size: 820 Bytes
cd6d59a
 
 
 
 
 
af34676
 
cd6d59a
 
 
 
 
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: train/*.parquet
  - split: test
    path: test/*.parquet
---

# AVSpeech Video + Audio

This dataset stores AVSpeech media as separate columns:
- `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}
}
```