From 9aa6803c122bb7ee478236bad3112278bc3d610a Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Mon, 29 May 2023 17:45:32 +0530 Subject: [PATCH] document latest output changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cfa73f..984b626 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ pip install build/Linux/Release/dist/*.whl Executing `python run.py` command will launch this window: ![gui-demo](gui-demo.png) -Choose a face (image with desired face) and the target image/video (image/video in which you want to replace the face) and click on `Start`. Open file explorer and navigate to the directory you launched `run.py` from. You will find a directory named `` where you can see the frames being swapped in realtime. Once the processing is done, it will create a video file named `swapped-.mp4`. That's it. +Choose a face (image with desired face) and the target image/video (image/video in which you want to replace the face) and click on `Start`. Open file explorer and navigate to the directory you select your output to be in. You will find a directory named `` where you can see the frames being swapped in realtime. Once the processing is done, it will create the output file. That's it. Don't touch the FPS checkbox unless you know what you are doing.