filmov
tv
GFP GAN - KI Gesichtsrekonstruktion
Показать описание
GFPGAN - Real-World Blind Face Restoration with Generative Facial Prior.
Ein kostenloses Tool auf Basis von Künstlicher Intelligenz kann den alten Fotos aber vollautomatisch wieder zu alter Pracht verhelfen.
Voraussetzung: Nvidia Grafikkarte mit 8 GB VRAM, CUDA, Mini- oder Anaconda3, sowie Git sind installiert.
Installation:
conda create -n GFPGAN python=3.8
conda activate GFPGAN
cd GFPGAN
python3 -m pip install --upgrade pip
conda create -n GFPGAN python=3.8
conda activate GFPGAN
cd GFPGAN
python3 -m pip install --upgrade pip
pip3 install setuptools==58.2.0 decorator==4.1 numpy==1.23.5 scipy1.10.0 absl-py==1.4.0 flatbuffers==23.1.21 grpcio==1.51.1 werkzeug tqdm==4.64.1 six==1.16.0 oauthlib typing-extensions==3.10
Einige Bibliotheken hab ich von größer-gleich-VERSIONSNUMMER auf "==" setzen müssen, da auf Youtube keine spitzen Klammern in der Beschreibung erlaubt sind.
pip3 install --upgrade --use-pep517 setuptools
pip3 install --use-pep517 basicsr==1.4.2
pip3 install realesrgan
pip3 install --upgrade torchvision==0.12
pip3 install --upgrade opencv-python==4.5.5.64
Ausführung:
Ein kostenloses Tool auf Basis von Künstlicher Intelligenz kann den alten Fotos aber vollautomatisch wieder zu alter Pracht verhelfen.
Voraussetzung: Nvidia Grafikkarte mit 8 GB VRAM, CUDA, Mini- oder Anaconda3, sowie Git sind installiert.
Installation:
conda create -n GFPGAN python=3.8
conda activate GFPGAN
cd GFPGAN
python3 -m pip install --upgrade pip
conda create -n GFPGAN python=3.8
conda activate GFPGAN
cd GFPGAN
python3 -m pip install --upgrade pip
pip3 install setuptools==58.2.0 decorator==4.1 numpy==1.23.5 scipy1.10.0 absl-py==1.4.0 flatbuffers==23.1.21 grpcio==1.51.1 werkzeug tqdm==4.64.1 six==1.16.0 oauthlib typing-extensions==3.10
Einige Bibliotheken hab ich von größer-gleich-VERSIONSNUMMER auf "==" setzen müssen, da auf Youtube keine spitzen Klammern in der Beschreibung erlaubt sind.
pip3 install --upgrade --use-pep517 setuptools
pip3 install --use-pep517 basicsr==1.4.2
pip3 install realesrgan
pip3 install --upgrade torchvision==0.12
pip3 install --upgrade opencv-python==4.5.5.64
Ausführung: