Code Monkey home page Code Monkey logo

yousaidthat's People

Contributors

joonson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

yousaidthat's Issues

Compilation error

Hey I am trying to run this repo on Windows with CUDA8, but when I run "vl_compilenn('enableGpu', true, ...
'cudaRoot', 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0', ...
'cudaMethod', 'nvcc') ;"
I get the following error
Screenshot 2020-09-19 at 14 15 37

How many training data used for training?

@joonson @amirjamaludin
Hi, Thank you for your contribution on this work.
I'm interested in this work, and I'd like to reproduce it in Tensorflow.
In section 2 of your paper, you said that 37.7 hours, 678,389 samples from both VoxCeleb and LRW datasets are used for training.
When preparing data, I found videos far more than 37.7 hours.
So, how did you filter the dataset to 37.7 hours?
Besides, how many hours did you use for training?
Thank you!
I'm looking forward to your reply!

Get Wrong answer when experimenting your code

First thank you for your nice idea for generating the talking face form a unknow audio.When I try to run your demo, I got wrong answer and i have no idea what's the problem.Here is the problem.

    mfcc = gpuArray(repmat(single(C (2:13,j:j+34)),1,1,1,numface));
    net.eval({'input_audio',mfcc,'input_face',faceY});
    im = gather(net.getVar('prediction').value);
    netR.eval({'input_lip',gpuArray(im)});
    imb         = gather(netR.vars(end).value);
    imR3        = imtile(imresize((im+imb),[109 109]),numcol,numrow);
    imO3        = imtile(imresize(im,[109 109]),numcol,numrow);

No matter what the mfcc and faceY is , I got the im all equal to 0.5, and got the imb all equal to 0.0, so in the end i got the imR3 all equal to 0.5. At last I got a image with full 0.5 value pixel which result in a gray pic.Here is the result

0920b253d7cff904aa5354130f30a55

eb78e4348302e1f0ab9c000b7c9c08c

Could you please give me some advice? I havent change any codes in the demo . Thank you very much.

Voxceleb2 header?

What does these fields mean in Voxceleb2 header?

	Offset    : 	-2
	FV Conf   : 	16.303	(1)
	ASD Conf  : 	6.201

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.