Update README.md

This commit is contained in:
Kenneth Estanislao 2023-09-24 22:15:19 +08:00 committed by GitHub
parent 6f023b73ea
commit dfcd12edda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@ python run.py --execution-provider openvino
> Note: When you run this program for the first time, it will download some models ~300MB in size. > Note: When you run this program for the first time, it will download some models ~300MB in size.
Executing `python run.py` command will launch this window: Executing `python run.py` command will launch this window:
![gui-demo](instruct.png) ![gui-demo](instruction.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 select your output to be in. You will find a directory named `<video_title>` where you can see the frames being swapped in realtime. Once the processing is done, it will create the output file. 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 `<video_title>` where you can see the frames being swapped in realtime. Once the processing is done, it will create the output file. That's it.