Prompt Detail:
Sure, here are the step-by-step instructions to install and use Faceit Live3 from the GitHub repository:
Install Git on your computer if you haven't already. You can download Git from this link: https://git-scm.com/downloads
Clone the Faceit Live3 repository to your local machine by running the following command in your terminal or command prompt:
bashgit clone https://github.com/alew3/faceit_live3.git
Install the required dependencies by running the following command in your terminal or command prompt:
pip install -r requirements.txt
Download the pre-trained model from this link: https://drive.google.com/file/d/1nDWQJfZOnPmL-BlAb-nvG8ypx1BfXtEG/view?usp=sharing
Place the downloaded file, named "vox-adv-cpk.pth.tar", in the "model" folder inside the cloned repository.
Install the v4l2loopback kernel module by following the instructions at this link: https://github.com/umlaeute/v4l2loopback
Set up a virtual camera for streaming by following the instructions in the "Setup Virtual Camera for streaming" section of the README file in the Faceit Live3 repository: https://github.com/alew3/faceit_live3/blob/master/README.md#setup-virtual-camera-for-streaming
Run the Faceit Live3 script by running the following command in your terminal or command prompt:
bashpython faceit_live.py --model_path ./model/vox-adv-cpk.pth.tar
This command will start the Faceit Live3 script and open the virtual camera.
Open the video conferencing software of your choice and select "v4l2loopback" as your webcam.
That's it! You should now be able to use Faceit Live3 to generate realistic face animations during video conferences.