upd readme, added Ewon Spice model

This commit is contained in:
iperov 2021-11-13 18:16:50 +04:00
parent 97991ca5cf
commit 28d7dbc738
36 changed files with 43 additions and 24 deletions

View file

@ -14,37 +14,47 @@
<tr><td colspan=2 align="center"> <tr><td colspan=2 align="center">
## Available ready-to-use face models: ## Available ready-to-use public face models.
## These persons do not exists. Similarities with real people are accidental.
</td></tr> </td></tr>
<tr><td colspan=2 align="center"> <tr><td colspan=2 align="center">
<table align="center" border="0"> <table align="center" border="0">
<tr><td align="center"> <tr><td align="center">
Alexandra Daddario Ewon Spice
<img src="doc/celebs/Alexandra_Daddario/Alexandra_Daddario.jpg" width=128></img> <img src="doc/celebs/Ewon_Spice/Ewon_Spice.png" width=128></img>
<a href="doc/celebs/Ewon_Spice/examples.md">examples</a>
<a href="doc/celebs/Alexandra_Daddario/examples.md">examples</a>
</td><td align="center"> </td><td align="center">
Margot Robbie Ava de Addario
<img src="doc/celebs/Margot_Robbie/Margot_Robbie.png" width=128></img> <img src="doc/celebs/Ava_de_Addario/Ava_de_Addario.png" width=128></img>
<a href="doc/celebs/Margot_Robbie/examples.md">examples</a> <a href="doc/celebs/Ava_de_Addario/examples.md">examples</a>
</td><td align="center"> </td><td align="center">
Sylvester Stallone Matilda Bobbie
<img src="doc/celebs/Sylvester_Stallone/Sylvester_Stallone.jpg" width=128></img> <img src="doc/celebs/Matilda_Bobbie/Matilda_Bobbie.png" width=128></img>
<a href="doc/celebs/Sylvester_Stallone/examples.md">examples</a> <a href="doc/celebs/Matilda_Bobbie/examples.md">examples</a>
</td><td align="center"> </td><td align="center">
Tom Cruise Silwan Stillwone
<img src="doc/celebs/Tom_Cruise/Tom_Cruise.jpg" width=128></img> <img src="doc/celebs/Silwan_Stillwone/Silwan_Stillwone.png" width=128></img>
<a href="doc/celebs/Tom_Cruise/examples.md">examples</a> <a href="doc/celebs/Silwan_Stillwone/examples.md">examples</a>
</td><td align="center">
Tim Chrys
<img src="doc/celebs/Tim_Chrys/Tim_Chrys.png" width=128></img>
<a href="doc/celebs/Tim_Chrys/examples.md">examples</a>
</td></tr> </td></tr>
</table> </table>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,8 @@
https://user-images.githubusercontent.com/8076202/141644762-26a9edb7-9afa-42e5-b1ba-9b6ad83b0896.mp4
https://user-images.githubusercontent.com/8076202/141644766-27e67b95-52d4-4ece-86b4-c227955f2be1.mp4
https://user-images.githubusercontent.com/8076202/141644767-c1978ae6-89ba-4b33-82fd-c277d2fed9a8.mp4
https://user-images.githubusercontent.com/8076202/141644768-84850252-ba89-4dac-8113-63089156f048.mp4

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

View file

@ -1,7 +1,7 @@
https://user-images.githubusercontent.com/8076202/128547603-6cb54433-db22-4d2f-8011-215454fd1623.mp4 https://user-images.githubusercontent.com/8076202/128547603-6cb54433-db22-4d2f-8011-215454fd1623.mp4
https://user-images.githubusercontent.com/8076202/128547650-86af89e0-6d05-4eca-947d-e7a7e5aa9815.mp4 https://user-images.githubusercontent.com/8076202/128547650-86af89e0-6d05-4eca-947d-e7a7e5aa9815.mp4
https://user-images.githubusercontent.com/8076202/128607556-4f25bdd9-8311-4b6c-9c04-b8d097ac8b63.mp4 https://user-images.githubusercontent.com/8076202/128607556-4f25bdd9-8311-4b6c-9c04-b8d097ac8b63.mp4
https://user-images.githubusercontent.com/8076202/128547656-791f454f-94cb-4a47-9466-4ff5d954b65c.mp4 https://user-images.githubusercontent.com/8076202/128547656-791f454f-94cb-4a47-9466-4ff5d954b65c.mp4

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

View file

@ -34,10 +34,11 @@ class DFMModelInfo:
def get_available_models_info(models_path : Path) -> List[DFMModelInfo]: 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='Alexandra Daddario', model_path=models_path / f'Alexandra_Daddario.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/ALEXANDRA_DADDARIO/Alexandra_Daddario.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='Margot Robbie', model_path=models_path / f'Margot_Robbie.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/MARGOT_ROBBIE/Margot_Robbie.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='Sylvester Stallone', model_path=models_path / f'Sylvester_Stallone.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/SYLVESTER_STALLONE/Sylvester_Stallone.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='Tom Cruise', model_path=models_path / f'Tom_Cruise.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/TOM_CRUISE/Tom_Cruise.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'),
] ]
# scan additional models in directory # scan additional models in directory