added 3 new face models

This commit is contained in:
iperov 2022-05-03 12:45:52 +04:00
parent 534b9bcc96
commit 18587724ea
14 changed files with 31 additions and 0 deletions

View file

@ -41,6 +41,13 @@ Ewon Spice
<a href="doc/celebs/Ewon_Spice/examples.md">examples</a> <a href="doc/celebs/Ewon_Spice/examples.md">examples</a>
</td><td align="center">
Yohanna Coralson
<img src="doc/celebs/Yohanna_Coralson/Yohanna_Coralson.png" width=128></img>
<a href="doc/celebs/Yohanna_Coralson/examples.md">examples</a>
</td></tr></table> </td></tr></table>
<table align="center" border="0"> <table align="center" border="0">
<tr align="center"><td align="center"> <tr align="center"><td align="center">
@ -61,6 +68,12 @@ Matilda Bobbie
<img src="doc/celebs/Matilda_Bobbie/Matilda_Bobbie.png" width=128></img> <img src="doc/celebs/Matilda_Bobbie/Matilda_Bobbie.png" width=128></img>
<a href="doc/celebs/Matilda_Bobbie/examples.md">examples</a> <a href="doc/celebs/Matilda_Bobbie/examples.md">examples</a>
</td><td>
Bryan Greynolds
<img src="doc/celebs/Bryan_Greynolds/Bryan_Greynolds.png" width=128></img>
<a href="doc/celebs/Bryan_Greynolds/examples.md">examples</a>
</td></tr></table> </td></tr></table>
<table align="center" border="0"> <table align="center" border="0">
<tr align="center"><td align="center"> <tr align="center"><td align="center">
@ -82,6 +95,12 @@ Zahar Lupin
<img src="doc/celebs/Zahar_Lupin/Zahar_Lupin.png" width=128></img> <img src="doc/celebs/Zahar_Lupin/Zahar_Lupin.png" width=128></img>
<a href="doc/celebs/Zahar_Lupin/examples.md">examples</a> <a href="doc/celebs/Zahar_Lupin/examples.md">examples</a>
</td><td>
Tim Norland
<img src="doc/celebs/Tim_Norland/Tim_Norland.png" width=128></img>
<a href="doc/celebs/Tim_Norland/examples.md">examples</a>
</td></tr></table> </td></tr></table>
</td></tr> </td></tr>

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 KiB

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,3 @@
https://user-images.githubusercontent.com/8076202/166423829-d43a6ceb-7204-4bce-840c-b3c1fa168c12.mp4
https://user-images.githubusercontent.com/8076202/166423835-99049030-f338-49d0-b09b-32785b44e2cd.mp4

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,3 @@
https://user-images.githubusercontent.com/8076202/166425073-5fde4d87-19d6-41d2-a7e8-c878c5f8fce1.mp4
https://user-images.githubusercontent.com/8076202/166425082-48aa550e-b304-4082-b3a7-e676f9b441ef.mp4

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 KiB

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,3 @@
https://user-images.githubusercontent.com/8076202/166424669-bbe78127-48db-4a42-92ce-b65b3fc44e47.mp4
https://user-images.githubusercontent.com/8076202/166424679-8f8ce9c9-4c1b-4012-8f96-96b1086e93ac.mp4

View file

@ -35,6 +35,7 @@ def get_available_models_info(models_path : Path) -> List[DFMModelInfo]:
# predefined list of celebs with urls # predefined list of celebs with urls
dfm_models = [ dfm_models = [
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='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='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='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='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='Ewon Spice', model_path=models_path / f'Ewon_Spice.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/EWON_SPICE/Ewon_Spice.dfm'),
@ -42,6 +43,8 @@ def get_available_models_info(models_path : Path) -> List[DFMModelInfo]:
DFMModelInfo(name='Matilda Bobbie', model_path=models_path / f'Matilda_Bobbie.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/MATILDA_BOBBIE/Matilda_Bobbie.dfm'), DFMModelInfo(name='Matilda Bobbie', model_path=models_path / f'Matilda_Bobbie.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/MATILDA_BOBBIE/Matilda_Bobbie.dfm'),
DFMModelInfo(name='Silwan Stillwone', model_path=models_path / f'Silwan_Stillwone.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/SILWAN_STILLWONE/Silwan_Stillwone.dfm'), DFMModelInfo(name='Silwan Stillwone', model_path=models_path / f'Silwan_Stillwone.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/SILWAN_STILLWONE/Silwan_Stillwone.dfm'),
DFMModelInfo(name='Tim Chrys', model_path=models_path / f'Tim_Chrys.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/TIM_CHRYS/Tim_Chrys.dfm'), DFMModelInfo(name='Tim Chrys', model_path=models_path / f'Tim_Chrys.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/TIM_CHRYS/Tim_Chrys.dfm'),
DFMModelInfo(name='Tim Norland', model_path=models_path / f'Tim_Norland.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/TIM_NORLAND/Tim_Norland.dfm'),
DFMModelInfo(name='Yohanna Coralson', model_path=models_path / f'Yohanna_Coralson.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/YOHANNA_CORALSON/Yohanna_Coralson.dfm'),
DFMModelInfo(name='Zahar Lupin', model_path=models_path / f'Zahar_Lupin.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/ZAHAR_LUPIN/Zahar_Lupin.dfm'), DFMModelInfo(name='Zahar Lupin', model_path=models_path / f'Zahar_Lupin.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/ZAHAR_LUPIN/Zahar_Lupin.dfm'),
] ]