mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-05 20:42:12 -07:00
added Mr.Bean model
This commit is contained in:
parent
b2520a3805
commit
6f28fdd15d
3 changed files with 13 additions and 3 deletions
15
README.md
15
README.md
|
@ -24,7 +24,16 @@ These persons do not exists. Similarities with real people are accidental. Excep
|
|||
<tr><td colspan=2 align="center">
|
||||
|
||||
<table align="center" border="0">
|
||||
<tr><td align="center">
|
||||
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>
|
||||
</table>
|
||||
|
||||
<table align="center" border="0">
|
||||
<tr><td align="center">
|
||||
Bryan Greynolds
|
||||
|
||||
|
@ -32,11 +41,11 @@ Bryan Greynolds
|
|||
|
||||
<a href="doc/celebs/Bryan_Greynolds/examples.md">examples</a>
|
||||
</td><td align="center">
|
||||
Keanu Reeves
|
||||
Mr. Bean
|
||||
|
||||
<img src="doc/celebs/Keanu_Reeves/Keanu_Reeves.png" width=128></img>
|
||||
<img src="doc/celebs/Mr_Bean/Mr_Bean.png" width=128></img>
|
||||
|
||||
<a href="doc/celebs/Keanu_Reeves/examples.md">examples</a>
|
||||
examples
|
||||
</td><td align="center">
|
||||
Ewon Spice
|
||||
|
||||
|
|
BIN
doc/celebs/Mr_Bean/Mr_Bean.png
Normal file
BIN
doc/celebs/Mr_Bean/Mr_Bean.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
|
@ -48,6 +48,7 @@ def get_available_models_info(models_path : Path) -> List[DFMModelInfo]:
|
|||
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_320/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='Mr. Bean', model_path=models_path / f'Mr_Bean.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/MR_BEAN/Mr_Bean.dfm'),
|
||||
DFMModelInfo(name='Natasha Former', model_path=models_path / f'Natasha_Former.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/NATASHA_FORMER/Natasha_Former.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'),
|
||||
DFMModelInfo(name='Silwan Stillwone', model_path=models_path / f'Silwan_Stillwone.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/SILWAN_STILLWONE/Silwan_Stillwone.dfm'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue