added Amber Song and Dean Wiesel models

This commit is contained in:
iperov 2022-06-14 17:06:38 +04:00
commit e75136acd0
8 changed files with 35 additions and 15 deletions

View file

@ -46,12 +46,11 @@ Dilraba Dilmurat
examples
</td><td align="center">
Ewon Spice
Matilda Bobbie
<img src="doc/celebs/Ewon_Spice/Ewon_Spice.png" width=128></img>
<a href="doc/celebs/Ewon_Spice/examples.md">examples</a>
<img src="doc/celebs/Matilda_Bobbie/Matilda_Bobbie.png" width=128></img>
<a href="doc/celebs/Matilda_Bobbie/examples.md">examples</a>
</td><td align="center">
Yohanna Coralson
@ -59,6 +58,13 @@ Yohanna Coralson
<a href="doc/celebs/Yohanna_Coralson/examples.md">examples</a>
</td><td align="center">
Amber Song
<img src="doc/celebs/Amber_Song/Amber_Song.png" width=128></img>
examples
</td></tr></table>
<table align="center" border="0">
<tr align="center"><td align="center">
@ -67,25 +73,26 @@ Kim Jarrey
<img src="doc/celebs/Kim_Jarrey/Kim_Jarrey.png" width=128></img>
<a href="doc/celebs/Kim_Jarrey/examples.md">examples</a>
</td><td>
</td><td align="center">
David Kovalniy
<img src="doc/celebs/David_Kovalniy/David_Kovalniy.png" width=128></img>
<a href="doc/celebs/David_Kovalniy/examples.md">examples</a>
</td><td>
Matilda Bobbie
</td><td align="center">
Ewon Spice
<img src="doc/celebs/Matilda_Bobbie/Matilda_Bobbie.png" width=128></img>
<img src="doc/celebs/Ewon_Spice/Ewon_Spice.png" width=128></img>
<a href="doc/celebs/Matilda_Bobbie/examples.md">examples</a>
</td><td>
<a href="doc/celebs/Ewon_Spice/examples.md">examples</a>
</td><td align="center">
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><td>
</td><td align="center">
Nicola Badge
<img src="doc/celebs/Nicola_Badge/Nicola_Badge.png" width=128></img>
@ -93,26 +100,32 @@ Nicola Badge
<a href="doc/celebs/Nicola_Badge/examples.md">examples</a>
</td></tr></table>
<table align="center" border="0">
<tr align="center"><td align="center">
<tr align="center"><td>
Dean Wiesel
<img src="doc/celebs/Dean_Wiesel/Dean_Wiesel.png" width=128></img>
<a href="doc/celebs/Dean_Wiesel/examples.md">examples</a>
</td><td align="center">
Silwan Stillwone
<img src="doc/celebs/Silwan_Stillwone/Silwan_Stillwone.png" width=128></img>
<a href="doc/celebs/Silwan_Stillwone/examples.md">examples</a>
</td><td>
</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><td>
</td><td align="center">
Zahar Lupin
<img src="doc/celebs/Zahar_Lupin/Zahar_Lupin.png" width=128></img>
<a href="doc/celebs/Zahar_Lupin/examples.md">examples</a>
</td><td>
</td><td align="center">
Tim Norland
<img src="doc/celebs/Tim_Norland/Tim_Norland.png" width=128></img>

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -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

View file

@ -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'),