├── README.md ├── demo_vggvox_identif.m ├── demo_vggvox_verif.m ├── demo_vggvox_verif_voxceleb2.m ├── matlab ├── +dagnn │ ├── ContrastiveLoss.m │ ├── GenericLoss.m │ └── L2Norm.m └── vl_nnl2norm.m ├── mfcc ├── mfccspec.m ├── rm_dc_n_dither.m ├── runSpec.m ├── trifbank.m └── vec2frames.m ├── setup_VGGVox.m ├── test_getinput.m └── testfiles ├── ident └── Y8hIVOBuels_0000002.wav └── verif ├── 8jEAjG6SegY_0000008.wav └── x6uYqmx31kE_0000001.wav /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/VGGVox/HEAD/README.md -------------------------------------------------------------------------------- /demo_vggvox_identif.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/VGGVox/HEAD/demo_vggvox_identif.m -------------------------------------------------------------------------------- /demo_vggvox_verif.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/VGGVox/HEAD/demo_vggvox_verif.m -------------------------------------------------------------------------------- /demo_vggvox_verif_voxceleb2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/VGGVox/HEAD/demo_vggvox_verif_voxceleb2.m -------------------------------------------------------------------------------- /matlab/+dagnn/ContrastiveLoss.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/VGGVox/HEAD/matlab/+dagnn/ContrastiveLoss.m -------------------------------------------------------------------------------- /matlab/+dagnn/GenericLoss.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/VGGVox/HEAD/matlab/+dagnn/GenericLoss.m -------------------------------------------------------------------------------- /matlab/+dagnn/L2Norm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/VGGVox/HEAD/matlab/+dagnn/L2Norm.m -------------------------------------------------------------------------------- /matlab/vl_nnl2norm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/VGGVox/HEAD/matlab/vl_nnl2norm.m -------------------------------------------------------------------------------- /mfcc/mfccspec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/VGGVox/HEAD/mfcc/mfccspec.m -------------------------------------------------------------------------------- /mfcc/rm_dc_n_dither.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/VGGVox/HEAD/mfcc/rm_dc_n_dither.m -------------------------------------------------------------------------------- /mfcc/runSpec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/VGGVox/HEAD/mfcc/runSpec.m -------------------------------------------------------------------------------- /mfcc/trifbank.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/VGGVox/HEAD/mfcc/trifbank.m -------------------------------------------------------------------------------- /mfcc/vec2frames.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/VGGVox/HEAD/mfcc/vec2frames.m -------------------------------------------------------------------------------- /setup_VGGVox.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/VGGVox/HEAD/setup_VGGVox.m -------------------------------------------------------------------------------- /test_getinput.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/VGGVox/HEAD/test_getinput.m -------------------------------------------------------------------------------- /testfiles/ident/Y8hIVOBuels_0000002.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/VGGVox/HEAD/testfiles/ident/Y8hIVOBuels_0000002.wav -------------------------------------------------------------------------------- /testfiles/verif/8jEAjG6SegY_0000008.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/VGGVox/HEAD/testfiles/verif/8jEAjG6SegY_0000008.wav -------------------------------------------------------------------------------- /testfiles/verif/x6uYqmx31kE_0000001.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/VGGVox/HEAD/testfiles/verif/x6uYqmx31kE_0000001.wav --------------------------------------------------------------------------------