Dino Vougioukas

Results 15 comments of Dino Vougioukas

I compiled from source and the problem went away but it would still be good to get an explanation about why this happened,

Hello, we will likely provide models for more datasets but at moment there is no plan to release the training code in the near future.

What machine are you running the example on? The entire sequence is processed at once so how do you know the progress? Normally it should take a second on GPU...

It could be that there is a problem with the library that opens the audio file. The call to the animator can be done with a numpy array instead of...

@illtellyoulater What you are experiencing might be a different issue and maybe happening during the alignment process (this happens in CPU). You can try using the example and setting aligned=True...

Ok good to know it works that way. I noticed that @spencer759 was running under windows so maybe it is related to this (the code was developed on Linux and...

Actually the model file should not need to be suffixed if you installed the library. What is likely happening is that you are running the example from the directory of...

Instantiating the animator shouldn't take long since all it does is load the network weights. Maybe something is wrong in your GPU. Have you tried loading it on cpu (with...

> @jdchanggg did you solve the problem? i meet the same question, it keeps showing "Downloading the face detection CNN. Please wait..." and result nothing else. There is nothing wrong...

That seems about right. Like I said in another issue the videos generated using timit, crema and grid do not generalize as well since they have only seen 15 to...