From d6035989984697f170694c7ba59414f77d88a84c Mon Sep 17 00:00:00 2001 From: Prajwal Date: Mon, 24 Aug 2020 22:45:12 +0530 Subject: [PATCH] Added the Colab Notebook --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 668710e..7f84194 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This code is part of the paper: _A Lip Sync Expert Is All You Need for Speech to - Lip-sync videos to any target speech with high accuracy. Try our [interactive demo](#). - Works for any identity, voice, and language. Also works for CGI faces and synthetic voices. - Complete training code, inference code, and pretrained models are available. - - Or, quick-start with Google Colab: [Link](#) + - Or, quick-start with the Google Colab Notebook: [Link](https://colab.research.google.com/drive/1tZpDWXz49W6wDcTprANRGLo2D_EbD5J8?usp=sharing) - Several new, reliable evaluation benchmarks and metrics [[`evaluation/` folder of this repo]](https://github.com/Rudrabha/Wav2Lip/tree/master/evaluation) released. - Code to calculate metrics reported in the paper is also made available.