mirror of
https://github.com/iperov/DeepFaceLive.git
synced 2025-02-22 18:18:31 -08:00
added Keanu Reeves model
This commit is contained in:
parent
fa7fddca28
commit
538482e980
10
README.md
10
README.md
@ -18,14 +18,20 @@ You can swap your face from a webcam or the face in the video using trained face
|
||||
|
||||
Here is a list of available ready-to-use public face models.
|
||||
|
||||
These persons do not exists. Similarities with real people are accidental.
|
||||
|
||||
These persons do not exists. Similarities with real people are accidental. Except Keanu Reeves. He exists, and he's breathtaking!
|
||||
</td></tr>
|
||||
|
||||
<tr><td colspan=2 align="center">
|
||||
|
||||
<table align="center" border="0">
|
||||
|
||||
<tr><td align="center" colspan=4>
|
||||
Keanu Reeves
|
||||
|
||||
<img src="doc/celebs/Keanu_Reeves/Keanu_Reeves.png" width=128></img>
|
||||
|
||||
<a href="doc/celebs/Keanu_Reeves/examples.md">examples</a>
|
||||
</td></tr>
|
||||
<tr><td align="center">
|
||||
Ava de Addario
|
||||
|
||||
|
BIN
doc/celebs/Keanu_Reeves/Keanu_Reeves.png
Normal file
BIN
doc/celebs/Keanu_Reeves/Keanu_Reeves.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 130 KiB |
BIN
doc/celebs/Keanu_Reeves/Keanu_Reeves_0.mp4
Normal file
BIN
doc/celebs/Keanu_Reeves/Keanu_Reeves_0.mp4
Normal file
Binary file not shown.
BIN
doc/celebs/Keanu_Reeves/Keanu_Reeves_1.mp4
Normal file
BIN
doc/celebs/Keanu_Reeves/Keanu_Reeves_1.mp4
Normal file
Binary file not shown.
BIN
doc/celebs/Keanu_Reeves/Keanu_Reeves_2.mp4
Normal file
BIN
doc/celebs/Keanu_Reeves/Keanu_Reeves_2.mp4
Normal file
Binary file not shown.
6
doc/celebs/Keanu_Reeves/examples.md
Normal file
6
doc/celebs/Keanu_Reeves/examples.md
Normal file
@ -0,0 +1,6 @@
|
||||
https://user-images.githubusercontent.com/8076202/168555011-14696419-5e18-4735-bbf0-332447e68f7c.mp4
|
||||
|
||||
https://user-images.githubusercontent.com/8076202/168555023-7a8d0d5e-f758-4292-8790-978ce2d2acd9.mp4
|
||||
|
||||
https://user-images.githubusercontent.com/8076202/168555027-ccb7def0-914d-48db-aac4-13004e02ef79.mp4
|
||||
|
@ -39,6 +39,7 @@ def get_available_models_info(models_path : Path) -> List[DFMModelInfo]:
|
||||
DFMModelInfo(name='David Kovalniy', model_path=models_path / f'David_Kovalniy.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/DAVID_KOVALNIY/David_Kovalniy.dfm'),
|
||||
DFMModelInfo(name='Dilraba Dilmurat', model_path=models_path / f'Dilraba_Dilmurat.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/DILRABA_DILMURAT/Dilraba_Dilmurat.dfm'),
|
||||
DFMModelInfo(name='Ewon Spice', model_path=models_path / f'Ewon_Spice.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/EWON_SPICE/Ewon_Spice.dfm'),
|
||||
DFMModelInfo(name='Keanu Reeves 320', model_path=models_path / f'Keanu_Reeves_320.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/KEANU_REEVES/Keanu_Reeves_320.dfm'),
|
||||
DFMModelInfo(name='Kim Jarrey', model_path=models_path / f'Kim_Jarrey.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/KIM_JARREY/Kim_Jarrey.dfm'),
|
||||
DFMModelInfo(name='Matilda Bobbie', model_path=models_path / f'Matilda_Bobbie.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/MATILDA_BOBBIE/Matilda_Bobbie.dfm'),
|
||||
DFMModelInfo(name='Nicola Badge', model_path=models_path / f'Nicola_Badge.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/NICOLA_BADGE/Nicola_Badge.dfm'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user