tumuyan / RealSR-NCNN-Android

An Android application for super-resolution & interpolation. Contains RealSR-NCNN, SRMD-NCNN, RealCUGAN-NCNN, Real-ESRGAN-NCNN, Waifu2x-NCNN, Anime4kcpp, nearest, bilinear, bicubic, AVIR...
Other
1.02k stars 85 forks source link

大佬,提个问题,这个有办法原生集成吗? #7

Closed zippozeng closed 2 years ago

zippozeng commented 2 years ago

不想使用不适用commond的方式来实行的话,可以通过JNI来调python吗?

tumuyan commented 2 years ago

不可以.command的效率并不比jni调用so文件效率低. 事实上Python环境要求很复杂, 甚至在Android里跑termux, termux直接安装Python环境,都不能正常安装这些算法.