added Alexandra Daddario model

This commit is contained in:
iperov 2021-10-22 21:09:20 +04:00
parent 5f69f885fa
commit 8ed215afe9
8 changed files with 14 additions and 0 deletions

View file

@ -22,6 +22,12 @@
<table align="center" border="0"> <table align="center" border="0">
<tr><td align="center"> <tr><td align="center">
Alexandra Daddario
<img src="doc/celebs/Alexandra_Daddario/Alexandra_Daddario.jpg" width=128></img>
<a href="doc/celebs/Alexandra_Daddario/examples.md">examples</a>
</td><td align="center">
Margot Robbie Margot Robbie
<img src="doc/celebs/Margot_Robbie/Margot_Robbie.png" width=128></img> <img src="doc/celebs/Margot_Robbie/Margot_Robbie.png" width=128></img>

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 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/138493841-9fa4e9d1-07cd-4418-8a61-9509a1c2bd06.mp4
https://user-images.githubusercontent.com/8076202/138493855-eaed045e-b160-42d9-8e4e-10b840ddb349.mp4
https://user-images.githubusercontent.com/8076202/138493884-ffd13cc7-2a26-4df3-9bc6-c86675b152ee.mp4
https://user-images.githubusercontent.com/8076202/138493869-c6e23d88-8a01-4934-8510-e51abe93d46b.mp4

View file

@ -34,6 +34,7 @@ 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='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='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='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='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='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='Tom Cruise', model_path=models_path / f'Tom_Cruise.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/TOM_CRUISE/Tom_Cruise.dfm'),