mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-02-14 13:24:36 +00:00
How to use it in android #255
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @naveedninesol on GitHub (Sep 16, 2022).
Anyone could please help me how to use it in android Studio?
@xinntao commented on GitHub (Sep 16, 2022):
I am not familiar with it. It may need some efforts as the network structure is a bit complex.
@naveedninesol commented on GitHub (Sep 16, 2022):
could you please tell how to run this software on my laptop
@YudhaDev commented on GitHub (Sep 26, 2022):
by building it(?
@AndroidDeveloperLB commented on GitHub (Oct 6, 2024):
Any news about this? I'm interested in a solution for Android.
Google offered only an example of using TensorFlowLite , but I can't find a way to create something myself, which uses a better model:
https://www.tensorflow.org/lite/examples/super_resolution/overview
https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/g3doc/examples/super_resolution/overview.ipynb
Can I use the current repository somehow to run on Android app?