diff --git a/README.md b/README.md index 07f44e7..1e6b353 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,16 @@ These persons do not exists. Similarities with real people are accidental. Excep + +
+Keanu Reeves + + +examples +
+ +
Bryan Greynolds @@ -32,11 +41,11 @@ Bryan Greynolds examples -Keanu Reeves +Mr. Bean - + -examples +examples Ewon Spice diff --git a/doc/celebs/Mr_Bean/Mr_Bean.png b/doc/celebs/Mr_Bean/Mr_Bean.png new file mode 100644 index 0000000..5b26a0d Binary files /dev/null and b/doc/celebs/Mr_Bean/Mr_Bean.png differ diff --git a/modelhub/DFLive/DFMModel.py b/modelhub/DFLive/DFMModel.py index 9655f35..19e08c7 100644 --- a/modelhub/DFLive/DFMModel.py +++ b/modelhub/DFLive/DFMModel.py @@ -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'),