alibabasglab commited on
Commit
085185b
·
verified ·
1 Parent(s): da6bd90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,7 +1,18 @@
1
  ---
2
  license: cc-by-sa-4.0
 
 
 
 
 
 
 
3
  ---
4
 
 
 
 
 
5
  # Usage
6
 
7
  ``` sh
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ tags:
4
+ - speaker extraction
5
+ - speech separation
6
+ - lip
7
+ - face
8
+ - multimodal
9
+ - cocktail party problem
10
  ---
11
 
12
+ A modified version of the VoxCeleb2 Dataset. Original data can be downloaded [here](https://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox2.html).
13
+
14
+ This dataset is used for Audio-visual speaker extraction conditioned on face recordings in [the reentry paper](https://ieeexplore.ieee.org/document/9721129), which the code can be found [here](https://github.com/zexupan/reentry).
15
+
16
  # Usage
17
 
18
  ``` sh