MHB Running the Speaking by Observing Lip Movements Project

  • Thread starter Thread starter shivajikobardan
  • Start date Start date
  • Tags Tags
    Project
AI Thread Summary
The discussion revolves around running a specific code from a GitHub repository related to lip movement synthesis. The original poster expresses confusion about how to execute the code, indicating a lack of familiarity with Git and GitHub. Participants clarify that the first step is to clone the repository and confirm the need for Python 3.7. They emphasize that running the code involves multiple steps, including creating a virtual environment, installing dependencies, and executing data processing and model training. The original poster confirms they have the latest version of Python installed and expresses a desire to run the full code, seeking guidance through the process.
Technology news on Phys.org
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?
 
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.
 
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?
 
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..
 
Back
Top