ProgramComputer commited on
Commit
fe70e6a
·
verified ·
1 Parent(s): 5cd6c95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -13,3 +13,17 @@ configs:
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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:
21
+
22
+ ```bibtex
23
+ @inproceedings{ephrat2018looking,
24
+ title={Looking to listen at the cocktail party: A speaker-independent audio-visual model for speech separation},
25
+ 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},
26
+ booktitle={ACM SIGGRAPH 2018},
27
+ year={2018}
28
+ }
29
+ ```