nihui / realsr-ncnn-vulkan

RealSR super resolution implemented with ncnn library
MIT License
1.1k stars 112 forks source link

Does the code of real-esrgan-ncnn-vulkan release package is same as this? #32

Closed tumuyan closed 3 years ago

tumuyan commented 3 years ago

Hi, I find that the real-esrgan is a Python project, but the release package is build with ncnn. I'm trying to find the code used to compile the release package, but it fails. Then I noticed this project that also uses ncnn, and using the release package from this project to call the real-esrgan-ncnn model, I found that I could get the exact same result as the real-esrgan-ncnn. Considering Xinntao is your partner, I guess that the real-esrgan-ncnn release package may be compiled by you, or maybe even using the code from this project? Is there any problem I might have calling real-esrgan's model using realsr-ncnn's code?

nihui commented 3 years ago

yep, this is the source. real-esrgan-ncnn package just change the default model from realsr ones.