From b983ca89214b8c8904f248ea10ae297564cd0931 Mon Sep 17 00:00:00 2001 From: Prajwal Date: Tue, 8 Sep 2020 17:21:14 +0530 Subject: [PATCH] Added terms of use --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72caba2..4d5ced4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # **Wav2Lip**: *Accurately Lip-syncing Videos In The Wild* -This code is part of the paper: _A Lip Sync Expert Is All You Need for Speech to Lip Generation In the Wild_ published at ACM Multimedia 2020. The codebase should only be used for research purposes with no commercial interest. +This code is part of the paper: _A Lip Sync Expert Is All You Need for Speech to Lip Generation In the Wild_ published at ACM Multimedia 2020. [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/a-lip-sync-expert-is-all-you-need-for-speech/lip-sync-on-lrs2)](https://paperswithcode.com/sota/lip-sync-on-lrs2?p=a-lip-sync-expert-is-all-you-need-for-speech) [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/a-lip-sync-expert-is-all-you-need-for-speech/lip-sync-on-lrs3)](https://paperswithcode.com/sota/lip-sync-on-lrs3?p=a-lip-sync-expert-is-all-you-need-for-speech) @@ -20,6 +20,11 @@ This code is part of the paper: _A Lip Sync Expert Is All You Need for Speech to - 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. +-------- +**Terms of Use** +-------- +The codebase should ONLY be used for non-commercial use. Any video produced using this code MUST clearly cite this repository and unambiguously portray itself as synthetically generated. + Prerequisites ------------- - `Python 3.5.2` (code has been tested with this version)