-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codeformer on the Android (or Mobile) #401
Comments
Any news about this? I'm interested in a solution for Android. https://www.tensorflow.org/lite/examples/super_resolution/overview Can I use the current repository somehow to run on Android app? |
I've implemented RealESGAN on Android, and it works quite well. You can try implementing it similarly with the waifu2x model from here: https://github.com/ArchieMeng/ncnn-android-waifu2x-demo. As for CodeFormer, things seem to be much more complicated. I'm trying, but I haven't been able to implement it yet. |
@laverne01 Interesting. Can you please update it with instructions of how to use it, with dependency , snippet, etc...? |
RealESGAN is not good at face |
@EternalSoySauce So what is good? |
RealESGAN is used for image upscaling. If you want to restore faces, use CodeFormer or GFPGAN. |
I am trying to implement Codeformer on the Android system. Are there any documents or repositories available for this? I would greatly appreciate any advice.
The text was updated successfully, but these errors were encountered: