added Margot Robbie model.

This commit is contained in:
iperov 2021-08-06 20:43:11 +04:00
parent 639ceb3597
commit eb42bd4c3f
8 changed files with 20 additions and 3 deletions

View file

@ -15,10 +15,28 @@
</td></tr>
<tr><td align="center">
Margot Robbie
<img src="doc/celebs/Margot_Robbie/Margot_Robbie.png" width=128></img>
</td><td align="center">
[Twitch example 1](doc\celebs\Margot_Robbie\Margot_Robbie_twitch_example_1.mp4)
[Twitch example 2](doc\celebs\Margot_Robbie\Margot_Robbie_twitch_example_2.mp4)
[Twitch example 3](doc\celebs\Margot_Robbie\Margot_Robbie_twitch_example_3.mp4)
[Twitch example 4](doc\celebs\Margot_Robbie\Margot_Robbie_twitch_example_4.mp4)
</td></tr>
<tr><td align="center">
Rowan Atkinson
<img src="doc/celebs/Rowan_Atkinson.jpg" width=128></img>
<img src="doc/celebs/Rowan_Atkinson/Rowan_Atkinson.jpg" width=128></img>
</td><td align="center">
in training...

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

View file

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Before After
Before After

View file

@ -34,8 +34,7 @@ class DFMModelInfo:
def get_available_models_info(models_path : Path) -> List[DFMModelInfo]:
# predefined list of celebs with urls
dfm_models = [
#DFMModelInfo(name='Tom Cruise', model_path=models_path / f'Tom Cruise.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/test/TOM_CRISE.onnx'),#TODO https://github.com/iperov/DeepFaceLive/releases/download/dfm/TOM_CRUISE.dfm'),
#DFMModelInfo(name='Vladimir Putin', model_path=models_path / f'Vladimir Putin.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/dfm/VLADIMIR_PUTIN.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'),
]
# scan additional models in directory