diff --git a/README.md b/README.md index b93de26..11ea5a9 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@

- Demo GIF - Performance Demo GIF + Demo GIF + Performance Demo GIF

## Disclaimer @@ -20,11 +20,7 @@ Users are expected to use this software responsibly and legally. If using a real ## Quick Start (Windows / Nvidia) -[![Download](https://github.com/user-attachments/assets/3e3e252a-4bfa-41fb-a88c-84557402a7c7)](https://hacksider.gumroad.com/l/vccdmm) - - - - +[![Download](media/download.png)](https://hacksider.gumroad.com/l/vccdmm) [Download latest pre-built version with CUDA support](https://hacksider.gumroad.com/l/vccdmm) - No Manual Installation/Downloading required. @@ -159,7 +155,7 @@ python run.py --execution-provider openvino - Use a screen capture tool like OBS to stream. - To change the face, select a new source image. -![demo-gif](demo.gif) +![demo-gif](media/demo.gif) ## Features @@ -167,35 +163,34 @@ python run.py --execution-provider openvino Dynamically improve performance using the `--live-resizable` parameter. -![resizable-gif](resizable.gif) +![resizable-gif](media/resizable.gif) ### Face Mapping Track and change faces on the fly. -![face_mapping_source](face_mapping_source.gif) +![face_mapping_source](media/face_mapping_source.gif) **Source Video:** -![face-mapping](face_mapping.png) +![face-mapping](media/face_mapping.png) **Enable Face Mapping:** -![face-mapping2](face_mapping2.png) +![face-mapping2](media/face_mapping2.png) **Map the Faces:** -![face_mapping_result](face_mapping_result.gif) +![face_mapping_result](media/face_mapping_result.gif) **See the Magic!** -![multicapture](https://github.com/user-attachments/assets/3cc0e579-6fac-4ed5-bcaa-0dcac97ca5a6) +![movie](media/movie.gif) **Watch movies in realtime:** It's as simple as opening a movie on the screen, and selecting OBS as your camera! -![image](https://github.com/user-attachments/assets/8c8a784b-3d51-48d1-ad89-2919cd62d261) - +![image](media/movie_img.png) ## Command Line Arguments diff --git a/media/avgpcperformancedemo.gif b/media/avgpcperformancedemo.gif new file mode 100644 index 0000000..815d622 Binary files /dev/null and b/media/avgpcperformancedemo.gif differ diff --git a/media/demo.gif b/media/demo.gif new file mode 100644 index 0000000..7d5d5d2 Binary files /dev/null and b/media/demo.gif differ diff --git a/media/face_mapping_result.gif b/media/face_mapping_result.gif new file mode 100644 index 0000000..190d23c Binary files /dev/null and b/media/face_mapping_result.gif differ diff --git a/media/face_mapping_source.gif b/media/face_mapping_source.gif new file mode 100644 index 0000000..4f32135 Binary files /dev/null and b/media/face_mapping_source.gif differ diff --git a/media/movie.gif b/media/movie.gif new file mode 100644 index 0000000..7db3173 Binary files /dev/null and b/media/movie.gif differ diff --git a/media/resizable.gif b/media/resizable.gif new file mode 100644 index 0000000..cd5571f Binary files /dev/null and b/media/resizable.gif differ