Running the Speaking by Observing Lip Movements Project

  • Context:
  • Thread starter Thread starter shivajikobardan
  • Start date Start date
  • Tags Tags
    Project
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 1K views
Physics news on Phys.org
Jameson said:
The source code is located on Github here: https://github.com/Rudrabha/Lip2Wav

You should clone this code to get started. Are you familiar with git/Github and how to do this?
I know that code. What I am thinking is I download the code. Then what should I do? I am unfamiliar with github. https://github.com/shivajikobardan I have github but I mostly post the codes that I am learning for saving for future. Not more.
 
Jameson said:
This is actually pretty well documented from first glance. If you read the documentation here: https://github.com/Rudrabha/Lip2Wav#downloading-the-dataset . Let's go step by step if you want. Can you clone/copy the code to get started? After that we'll need Python 3.7. Do you have that on your computer?
yes I have python latest version installed in my laptop..
 
Ok so what I'm getting at is running this code will take some number of steps and I'm happy to go through it with you, but want to ask if you are game to do this. If not, no worries, but this isn't a quick answer. We need to copy the code, create a virtual environment, install the dependencies, then run through the data grabbing, model training, etc. It is a number of steps.

Are you looking to run through all of this or just a certain part?
 
Jameson said:
Ok so what I'm getting at is running this code will take some number of steps and I'm happy to go through it with you, but want to ask if you are game to do this. If not, no worries, but this isn't a quick answer. We need to copy the code, create a virtual environment, install the dependencies, then run through the data grabbing, model training, etc. It is a number of steps.

Are you looking to run through all of this or just a certain part?
I am trying to run the full code. I am trying to run it..