diff --git a/README.md b/README.md index 7abadf0..9b79cb6 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,11 @@ Dilraba Dilmurat examples -Ewon Spice +Matilda Bobbie - - -examples + +examples Yohanna Coralson @@ -59,6 +58,13 @@ Yohanna Coralson examples + +Amber Song + + + +examples +
@@ -67,25 +73,26 @@ Kim Jarrey examples - + David Kovalniy examples - -Matilda Bobbie + +Ewon Spice - + -examples - +examples + + Bryan Greynolds examples - + Nicola Badge @@ -93,26 +100,32 @@ Nicola Badge examples
-
+
+Dean Wiesel + + + +examples + Silwan Stillwone examples - + Tim Chrys examples - + Zahar Lupin examples - + Tim Norland diff --git a/doc/celebs/Amber_Song/Amber_Song.png b/doc/celebs/Amber_Song/Amber_Song.png new file mode 100644 index 0000000..947bbac Binary files /dev/null and b/doc/celebs/Amber_Song/Amber_Song.png differ diff --git a/doc/celebs/Dean_Wiesel/Dean_Wiesel.png b/doc/celebs/Dean_Wiesel/Dean_Wiesel.png new file mode 100644 index 0000000..5da27c4 Binary files /dev/null and b/doc/celebs/Dean_Wiesel/Dean_Wiesel.png differ diff --git a/doc/celebs/Dean_Wiesel/Dean_Wiesel_0.mp4 b/doc/celebs/Dean_Wiesel/Dean_Wiesel_0.mp4 new file mode 100644 index 0000000..68cf43c Binary files /dev/null and b/doc/celebs/Dean_Wiesel/Dean_Wiesel_0.mp4 differ diff --git a/doc/celebs/Dean_Wiesel/Dean_Wiesel_1.mp4 b/doc/celebs/Dean_Wiesel/Dean_Wiesel_1.mp4 new file mode 100644 index 0000000..5adeed7 Binary files /dev/null and b/doc/celebs/Dean_Wiesel/Dean_Wiesel_1.mp4 differ diff --git a/doc/celebs/Dean_Wiesel/Dean_Wiesel_2.mp4 b/doc/celebs/Dean_Wiesel/Dean_Wiesel_2.mp4 new file mode 100644 index 0000000..94a1063 Binary files /dev/null and b/doc/celebs/Dean_Wiesel/Dean_Wiesel_2.mp4 differ diff --git a/doc/celebs/Dean_Wiesel/examples.md b/doc/celebs/Dean_Wiesel/examples.md new file mode 100644 index 0000000..3444e74 --- /dev/null +++ b/doc/celebs/Dean_Wiesel/examples.md @@ -0,0 +1,5 @@ +https://user-images.githubusercontent.com/8076202/173577324-5f24626b-f59c-4b60-89a7-73e7abc840de.mp4 + +https://user-images.githubusercontent.com/8076202/173577345-e18d3f16-95c8-4be8-b11e-f5dfb9bb14d2.mp4 + +https://user-images.githubusercontent.com/8076202/173577353-cd2dac08-f72e-423c-93c6-fb549e873aa5.mp4 \ No newline at end of file diff --git a/modelhub/DFLive/DFMModel.py b/modelhub/DFLive/DFMModel.py index ffc752d..0d838fa 100644 --- a/modelhub/DFLive/DFMModel.py +++ b/modelhub/DFLive/DFMModel.py @@ -34,9 +34,11 @@ class DFMModelInfo: def get_available_models_info(models_path : Path) -> List[DFMModelInfo]: # predefined list of celebs with urls dfm_models = [ + DFMModelInfo(name='Amber Song', model_path=models_path / f'Amber_Song.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/AMBER_SONG/Amber_Song.dfm'), DFMModelInfo(name='Ava de Addario', model_path=models_path / f'Ava_de_Addario.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/AVA_DE_ADDARIO/Ava_de_Addario.dfm'), DFMModelInfo(name='Bryan Greynolds', model_path=models_path / f'Bryan_Greynolds.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/BRYAN_GREYNOLDS/Bryan_Greynolds.dfm'), DFMModelInfo(name='David Kovalniy', model_path=models_path / f'David_Kovalniy.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/DAVID_KOVALNIY/David_Kovalniy.dfm'), + DFMModelInfo(name='Dean Wiesel', model_path=models_path / f'Dean_Wiesel.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/DEAN_WIESEL/Dean_Wiesel.dfm'), DFMModelInfo(name='Dilraba Dilmurat', model_path=models_path / f'Dilraba_Dilmurat.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/DILRABA_DILMURAT/Dilraba_Dilmurat.dfm'), DFMModelInfo(name='Ewon Spice', model_path=models_path / f'Ewon_Spice.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/EWON_SPICE/Ewon_Spice.dfm'), DFMModelInfo(name='Keanu Reeves', model_path=models_path / f'Keanu_Reeves.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/KEANU_REEVES/Keanu_Reeves.dfm'),