From b321c8278d305e17eaf73d820533085a07c4f504 Mon Sep 17 00:00:00 2001 From: Sanyam Jain Date: Sun, 22 Oct 2023 15:56:15 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0214c402..96132ed7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-

VideoReTalking
Audio-based Lip Synchronization for Talking Head Video Editing In the Wild

+

VideoReTalking
Audio-based Lip Synchronization for Talking Head Video Editing in the Wild

           [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vinthony/video-retalking/blob/main/quick_demo.ipynb) @@ -125,9 +125,9 @@ This is not an official product of Tencent. 1. Please carefully read and comply with the open-source license applicable to this code before using it. 2. Please carefully read and comply with the intellectual property declaration applicable to this code before using it. 3. This open-source code runs completely offline and does not collect any personal information or other data. If you use this code to provide services to end-users and collect related data, please take necessary compliance measures according to applicable laws and regulations (such as publishing privacy policies, adopting necessary data security strategies, etc.). If the collected data involves personal information, user consent must be obtained (if applicable). Any legal liabilities arising from this are unrelated to Tencent. -4. Without Tencent's written permission, you are not authorized to use the names or logos legally owned by Tencent, such as "Tencent." Otherwise, you may be liable for legal responsibilities. +4. Without Tencent's written permission, you are not authorized to use the names or logos legally owned by Tencent, such as "Tencent." Otherwise, you may be liable for your legal responsibilities. 5. This open-source code does not have the ability to directly provide services to end-users. If you need to use this code for further model training or demos, as part of your product to provide services to end-users, or for similar use, please comply with applicable laws and regulations for your product or service. Any legal liabilities arising from this are unrelated to Tencent. -6. It is prohibited to use this open-source code for activities that harm the legitimate rights and interests of others (including but not limited to fraud, deception, infringement of others' portrait rights, reputation rights, etc.), or other behaviors that violate applicable laws and regulations or go against social ethics and good customs (including providing incorrect or false information, spreading pornographic, terrorist, and violent information, etc.). Otherwise, you may be liable for legal responsibilities. +6. It is prohibited to use this open-source code for activities that harm the legitimate rights and interests of others (including but not limited to fraud, deception, infringement of others' portrait rights, reputation rights, etc.), or other behaviors that violate applicable laws and regulations or go against social ethics and good customs (including providing incorrect or false information, spreading pornographic, terrorist, and violent information, etc.). Otherwise, you may be liable for your legal responsibilities. ``` From 0b2284ef632dcbc419492de6dfaf01ddfcd99fbb Mon Sep 17 00:00:00 2001 From: Sanyam Jain Date: Sun, 22 Oct 2023 16:02:13 +0530 Subject: [PATCH 2/2] Update inference.py --- inference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inference.py b/inference.py index a0470c44..a1819b41 100644 --- a/inference.py +++ b/inference.py @@ -168,7 +168,7 @@ def main(): np.save('temp/'+base_name+'_stablized.npy',imgs) del D_Net else: - print('[Step 3] Using saved stablized video.') + print('[Step 3] Using saved stabilized video.') imgs = np.load('temp/'+base_name+'_stablized.npy') torch.cuda.empty_cache()