mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-06 21:12:08 -07:00
added Margot Robbie model.
This commit is contained in:
parent
639ceb3597
commit
eb42bd4c3f
8 changed files with 20 additions and 3 deletions
20
README.md
20
README.md
|
@ -15,10 +15,28 @@
|
||||||
|
|
||||||
</td></tr>
|
</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">
|
<tr><td align="center">
|
||||||
Rowan Atkinson
|
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">
|
</td><td align="center">
|
||||||
in training...
|
in training...
|
||||||
|
|
BIN
doc/celebs/Margot_Robbie/Margot_Robbie.png
Normal file
BIN
doc/celebs/Margot_Robbie/Margot_Robbie.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 129 KiB |
BIN
doc/celebs/Margot_Robbie/Margot_Robbie_twitch_example_1.mp4
Normal file
BIN
doc/celebs/Margot_Robbie/Margot_Robbie_twitch_example_1.mp4
Normal file
Binary file not shown.
BIN
doc/celebs/Margot_Robbie/Margot_Robbie_twitch_example_2.mp4
Normal file
BIN
doc/celebs/Margot_Robbie/Margot_Robbie_twitch_example_2.mp4
Normal file
Binary file not shown.
BIN
doc/celebs/Margot_Robbie/Margot_Robbie_twitch_example_3.mp4
Normal file
BIN
doc/celebs/Margot_Robbie/Margot_Robbie_twitch_example_3.mp4
Normal file
Binary file not shown.
BIN
doc/celebs/Margot_Robbie/Margot_Robbie_twitch_example_4.mp4
Normal file
BIN
doc/celebs/Margot_Robbie/Margot_Robbie_twitch_example_4.mp4
Normal file
Binary file not shown.
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
|
@ -34,8 +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='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='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='Vladimir Putin', model_path=models_path / f'Vladimir Putin.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/dfm/VLADIMIR_PUTIN.dfm'),
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# scan additional models in directory
|
# scan additional models in directory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue