GFPGAN-ncnn icon indicating copy to clipboard operation
GFPGAN-ncnn copied to clipboard

a naive NCNN implementation of GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration

Results 7 GFPGAN-ncnn issues
Sort by recently updated
recently updated
newest added

Hi. Thank You for your work. Could you help me convert new GFPGANv1.3.pth model to onnx format? Because I get errors in convert process [convering GFPGANv1.3.pth to ONNX](https://github.com/pytorch/pytorch/issues/83394)

How to compile for Windows?

Hello, I can't download the models you made from baidu website because I don't live in China, please put them somewhere so people can download easier as well.

你好,感谢你的工作 我是一名ncnn初学者,我在mac上做了简单修改,成功运行了你的代码 现在我想学习下如何ncnn模型文件是如何转成功的呢? 我目前的步骤为: 1、按如下修改GFPGan的stylegan2_clean_arch.py 中的代码 ```python # noise injection if noise is None: b, _, h, w = out.shape # noise = out.new_empty(b, 1, h, w).normal_() # noise =...

Comiler Mingw-w64 here log with errors [100%] Linking CXX executable Z:\AI_SDK\CPP_GFPGAN\GFPGAN-ncnn-main\ncnn_gfpgan. exe "C:\Program Files\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\ncnn_gfpg an.dir\link.txt --verbose=1 "C:\Program Files\CMake\bin\cmake.exe" -E rm -f CMakeFiles\ncnn_gfpgan.dir/objec ts.a C:\mingw64\bin\ar.exe qc CMakeFiles\ncnn_gfpgan.dir/objects.a @CMakeFiles\ncnn_g...

Hello, I am working on implementing GFPGAN on Android. As of now, is there any way to get this running on Android? I would appreciate any help or advice on...