You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Yes.
I'm interested in a solution for Android, to upscale images, but it seems very hard to find any solution of it.
Describe the solution you'd like
Having a library that Android apps can easily use, to upscale images.
Describe alternatives you've considered
Google offered only an example of using TensorFlowLite , but I can't find a way to create something myself, which uses a better model:
That would end up CBS the entire program. For the conversion to tflite or the android pytorch, each model would need conversion and code changed to support the new tool chain. Otherwise, it would run in CPU mode and destroy battery life.
Usually the biggest issue is the model conversing. Need to know everything in it so it can be pulled apart and stitched back together. And if course, unexpected loss in accuracy.
Is your feature request related to a problem? Please describe.
Yes.
I'm interested in a solution for Android, to upscale images, but it seems very hard to find any solution of it.
Describe the solution you'd like
Having a library that Android apps can easily use, to upscale images.
Describe alternatives you've considered
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
Is it possible to add support for this repository on Android?
The text was updated successfully, but these errors were encountered: