whyma

Results 5 comments of whyma

Hi, I wonder that when there only exist one face for one frame ( len(lmarks.shape) == 2 ), will "normLmarks" always output with the same results? I mark related lines...

> > Many thanks for this repo. I am trying to reimplement your training process but I am stucked in data preprocessing. > > Actually, I am confused about "normLmarks"...

Hi, I use code here to extract audio feature: http://www.robots.ox.ac.uk/~vgg/research/unsup_learn_watch_faces/extract_audio_code.zip. Download dataset here: http://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1a/vox1_test_wav.zip And frames extracted at 1fps: http://www.robots.ox.ac.uk/~vgg/research/CMBiometrics/data/zippedFaces.tar.gz I do not find "audio.wav" described on line 71 in...

Hi, would you mind to tell us how to gain "audio.wav" mentioned in "extract_audio_voxceleb.m" ( http://www.robots.ox.ac.uk/~vgg/research/unsup_learn_watch_faces/extract_audio_code.zip) line 71: `audio_file = ['/datasets/voxceleb1/wav/' track_name '/' track_id '/audio.wav']; `

I just download original complete video in mp4 format from youtube and translate it into wav audio. It works for me. Thanks.