added Jackie Chan model

This commit is contained in:
iperov 2022-07-08 21:25:18 +04:00
parent 44721699a4
commit 03aa183f25
3 changed files with 17 additions and 10 deletions

View file

@ -26,11 +26,24 @@ These persons do not exists. Similarities with real people are accidental. Excep
<table align="center" border="0">
<tr><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 align="center">
Keanu Reeves
<img src="doc/celebs/Keanu_Reeves/Keanu_Reeves.png" width=128></img>
<a href="doc/celebs/Keanu_Reeves/examples.md">examples</a>
</td><td align="center">
Ewon Spice
<img src="doc/celebs/Ewon_Spice/Ewon_Spice.png" width=128></img>
<a href="doc/celebs/Ewon_Spice/examples.md">examples</a>
</td></tr></table>
<table align="center" border="0">
<tr><td align="center">
@ -80,18 +93,11 @@ David Kovalniy
<a href="doc/celebs/David_Kovalniy/examples.md">examples</a>
</td><td align="center">
Ewon Spice
Jackie Chan
<img src="doc/celebs/Ewon_Spice/Ewon_Spice.png" width=128></img>
<img src="doc/celebs/Jackie_Chan/Jackie_Chan.png" width=128></img>
<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>
examples
</td><td align="center">
Nicola Badge

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View file

@ -41,6 +41,7 @@ def get_available_models_info(models_path : Path) -> List[DFMModelInfo]:
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='Jackie Chan', model_path=models_path / f'Jackie_Chan.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/JACKIE_CHAN/Jackie_Chan.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'),
DFMModelInfo(name='Keanu Reeves 320', model_path=models_path / f'Keanu_Reeves_320.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/KEANU_REEVES_320/Keanu_Reeves_320.dfm'),
DFMModelInfo(name='Kim Jarrey', model_path=models_path / f'Kim_Jarrey.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/KIM_JARREY/Kim_Jarrey.dfm'),