Added terms of use
This commit is contained in:
parent
ab19e51229
commit
b983ca8921
1 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# **Wav2Lip**: *Accurately Lip-syncing Videos In The Wild*
|
# **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.
|
||||||
|
|
||||||
[](https://paperswithcode.com/sota/lip-sync-on-lrs2?p=a-lip-sync-expert-is-all-you-need-for-speech)
|
[](https://paperswithcode.com/sota/lip-sync-on-lrs2?p=a-lip-sync-expert-is-all-you-need-for-speech)
|
||||||
[](https://paperswithcode.com/sota/lip-sync-on-lrs3?p=a-lip-sync-expert-is-all-you-need-for-speech)
|
[](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.
|
- 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.
|
- 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
|
Prerequisites
|
||||||
-------------
|
-------------
|
||||||
- `Python 3.5.2` (code has been tested with this version)
|
- `Python 3.5.2` (code has been tested with this version)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue