added Tom Cruise model

This commit is contained in:
iperov 2021-10-09 13:33:54 +04:00
commit 26c0ee8783
9 changed files with 17 additions and 6 deletions

View file

@ -18,20 +18,23 @@
</td></tr>
<tr><td colspan=2 align="center">
<table align="center" border="0">
<tr><td align="center">
Margot Robbie
<img src="doc/celebs/Margot_Robbie/Margot_Robbie.png" width=128></img>
<a href="doc/celebs/Margot_Robbie/examples.md">examples</a>
</td>
</td><td align="center">
Tom Cruise
<td align="center">
Rowan Atkinson
<img src="doc/celebs/Tom_Cruise/Tom_Cruise.jpg" width=128></img>
<img src="doc/celebs/Rowan_Atkinson/Rowan_Atkinson.jpg" width=128></img>
in training...
<a href="doc/celebs/Tom_Cruise/examples.md">examples</a>
</td></tr>
</table>
</td></tr>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,7 @@
https://user-images.githubusercontent.com/8076202/136652317-51409394-abfb-453e-9724-155e2e991561.mp4
https://user-images.githubusercontent.com/8076202/136652331-8dd31970-5000-4f7f-a91a-830695e013b7.mp4
https://user-images.githubusercontent.com/8076202/136652336-fac1f452-ba75-426a-a2b2-caf2d58f1223.mp4
https://user-images.githubusercontent.com/8076202/136652339-6b3a6cb4-20f4-4afd-b670-ccbf8bccd5bb.mp4

View file

@ -35,6 +35,7 @@ def get_available_models_info(models_path : Path) -> List[DFMModelInfo]:
# predefined list of celebs with urls
dfm_models = [
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='Tom Cruise', model_path=models_path / f'Tom_Cruise.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/TOM_CRUISE/Tom_Cruise.dfm'),
]
# scan additional models in directory