shallowdream204 / DreamClear

[NeurIPS 2024🔥] DreamClear: High-Capacity Real-World Image Restoration with Privacy-Safe Dataset Curation
Apache License 2.0
651 stars 32 forks source link

Question: can somehow be used on Android, stand-alone? #12

Open AndroidDeveloperLB opened 1 day ago

AndroidDeveloperLB commented 1 day ago

Is there any way to have a mini-app that all it does is to enhance images, using this repository? If so, how can I do it? Any fork/port of it for Android, as a library?

shallowdream204 commented 11 hours ago

Sorry, I'm not familiar with the Android system.

AndroidDeveloperLB commented 11 hours ago

@shallowdream204 Well, if you can port it to Java/Kotlin or use C/C++ and have some bridge to it via Java/Kotlin. It should have no UI elements at all (because Android uses its own UI framework, not having anything of PC) and use only core stuff. Then it should be possible to be used on Android. But, on Android you have to be extra careful with memory usage. Not all devices out there have plenty of memory.