laverne01

Results 6 issues of laverne01

I tried creating a convert function in JNI (which calls the process function of RealSR) and used it in Kotlin. However, the output image after upscaling is just black. I...

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...

I am researching how to implement GFPGAN with ncnn on the Android platform. I have tested your code along with Vulkan, but it seems like it doesn't work on Android...

I am researching how to implement CodeFormer with ncnn on the Android platform. I have tested your code but it seems like it doesn't work on Android devices. Could you...

I tried building opencv-mobile along with a custom package but encountered some errors that I couldn't resolve: `opencv-mobile-4.10.0/modules/core/src/precomp.hpp:358:10: error: no type named 'OpenCLExecutionContext' in namespace 'cv::ogl' ocl::OpenCLExecutionContext oclExecutionContext; ~~~~~^ 2...

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.