GFPGAN-ncnn-vulkan
[WIP] NCNN with Vulkan implementation of GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration
File Explorer
Download Latest Version (.zip)- build_dev_fedora_lunar_vulkan.yml
- build_dev_fedora_rpm_vulkan.yml
- build_dev_ubuntu.yml
- build_dev_windows.yml
- release.yml
- dependabot.yml
- .gitignore
- .name
- GFPGAN-ncnn-vulkan.iml
- misc.xml
- modules.xml
- vcs.xml
- libwebp
- ncnn
- face.h
- gfpgan.h
- realesrgan.h
- .clang-format
- CMakeLists.txt
- face.cpp
- gfpgan-ncnn-vulkan-demo.cpp
- gfpgan.cpp
- realesrgan.cpp
- .gitignore
- .gitmodules
- .pre-commit-config.yaml
- CODE_OF_CONDUCT.md
- commitlint.config.js
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/onuralpszr/GFPGAN-ncnn-vulkan
Downloads the entire project code from GitHub to your computer.
cd GFPGAN-ncnn-vulkan
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
cmake ..
Analyzes the source code and generates build configuration files (must be run inside the build folder).
cmake --build . --parallel $(($(nproc) - 1))
Type this command into your terminal and run it.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
