mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-20 13:33:25 -07:00
added Tom Cruise model
This commit is contained in:
parent
a22f8b571a
commit
26c0ee8783
9 changed files with 17 additions and 6 deletions
15
README.md
15
README.md
|
@ -18,20 +18,23 @@
|
||||||
|
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
|
||||||
|
<tr><td colspan=2 align="center">
|
||||||
|
|
||||||
|
<table align="center" border="0">
|
||||||
<tr><td align="center">
|
<tr><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>
|
||||||
|
|
||||||
<a href="doc/celebs/Margot_Robbie/examples.md">examples</a>
|
<a href="doc/celebs/Margot_Robbie/examples.md">examples</a>
|
||||||
</td>
|
</td><td align="center">
|
||||||
|
Tom Cruise
|
||||||
|
|
||||||
<td align="center">
|
<img src="doc/celebs/Tom_Cruise/Tom_Cruise.jpg" width=128></img>
|
||||||
Rowan Atkinson
|
|
||||||
|
|
||||||
<img src="doc/celebs/Rowan_Atkinson/Rowan_Atkinson.jpg" width=128></img>
|
<a href="doc/celebs/Tom_Cruise/examples.md">examples</a>
|
||||||
|
</td></tr>
|
||||||
in training...
|
</table>
|
||||||
|
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 39 KiB |
BIN
doc/celebs/Tom_Cruise/Tom_Cruise.jpg
Normal file
BIN
doc/celebs/Tom_Cruise/Tom_Cruise.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 122 KiB |
BIN
doc/celebs/Tom_Cruise/Tom_Cruise_0.mp4
Normal file
BIN
doc/celebs/Tom_Cruise/Tom_Cruise_0.mp4
Normal file
Binary file not shown.
BIN
doc/celebs/Tom_Cruise/Tom_Cruise_1.mp4
Normal file
BIN
doc/celebs/Tom_Cruise/Tom_Cruise_1.mp4
Normal file
Binary file not shown.
BIN
doc/celebs/Tom_Cruise/Tom_Cruise_2.mp4
Normal file
BIN
doc/celebs/Tom_Cruise/Tom_Cruise_2.mp4
Normal file
Binary file not shown.
BIN
doc/celebs/Tom_Cruise/Tom_Cruise_3.mp4
Normal file
BIN
doc/celebs/Tom_Cruise/Tom_Cruise_3.mp4
Normal file
Binary file not shown.
7
doc/celebs/Tom_Cruise/examples.md
Normal file
7
doc/celebs/Tom_Cruise/examples.md
Normal 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
|
|
@ -35,6 +35,7 @@ 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='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='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
|
# scan additional models in directory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue