Skip to content

Releases: tumuyan/RealSR-NCNN-Android

1.9.7

23 May 15:26
Compare
Choose a tag to compare
  1. fix reset-assets
  2. adjust realsr-ncnn log printing (limit progress update 2 times/sec, add build time info, print progress for cpu mode)
  3. finetune realsr-ncnn tilesize for Snapdragon (This adjustment only affects Adreno GPU when you use a big model.finetune according to my 8gen2 device. )

1.9.6

27 Apr 06:25
Compare
Choose a tag to compare
  1. Add model RealeSR-general-v3 , a official small model, fast but not very good.
  2. Upgrade gradle and jnilibs (libncnn, magick, stb)
  3. Release latest assets package
  4. Upload a onnx2ncnn tool. You can use the mouse to drag an ONNX model to onnx2ncnn.bat to convert its format, without manually input commands or modify the param file. However, since the program is unable to determine the scaling of your model, you still need to manually rename the files.

1.9.5

06 Apr 18:09
Compare
Choose a tag to compare
  1. Fix #56 by upgrade magick. https://github.com/MolotovCherry/Android-ImageMagick7 has been archived, now I use this fork https://github.com/Miseryset/Android-ImageMagick7
  2. Add menu: reset cache
  3. Update readme

1.9.4

25 Mar 18:18
Compare
Choose a tag to compare
  1. Reduce save time (opencv instand of stb lib), it could be userful for process big image.
  2. Update help information (add anime4kcpp link)
  3. Fix de-nearest. (Although it is not useful.)
  4. Update Magick to 7.1.24. ( https://github.com/MolotovCherry/Android-ImageMagick7 has been archived by the owner on Jan 25, 2024, many thanks to him)

Creazy

1.9.3

12 Mar 16:49
Compare
Choose a tag to compare
  1. Remove srmd models, I think it's useless. Anyway, if you need it, you could download it and apply it as extra models.
  2. Add real-esrgan model Nomos8kSC, it was trained by Phhofm, a nice model for photos.
  3. Change models reop in readme, now the extra models is in https://huggingface.co/tumuyan2/realsr-models
  4. Add interpolation config options, you could remove any interpolation command or add others magick filters easily. I think you could read this: https://imagemagick.org/Usage/filter/

1.9.2

31 Jan 18:01
Compare
Choose a tag to compare
  1. add anime4kcpp
  2. fix log printing
  3. adjust project structure
  4. fix Media Scanner

1.9.1 update libwebp, adjust source structure, update readme and ben…

03 Oct 09:54
Compare
Choose a tag to compare

1.9 Add bench mark ...

06 Sep 12:58
Compare
Choose a tag to compare
  1. add benchmark, the App will run realsr-ncnn to resize a sample image 2 times and show the time usage
    a. 640x480 -> 2560x1920 by models-Real-ESRGAN
    b. 2560x1920 -> 10240x7680 by models-Real-ESRGANv3-anime
  2. reduce log print lines
  3. adjust log and tile for realsr-ncnn

1694005032266

1.8.5

26 Aug 14:33
Compare
Choose a tag to compare
  • upgrade ncnn 20230816.
  • add notification option.

1.7.6 - 1.8.5 更新记录:
1.7.6 自动从用户预设目录加载 waifu2x/ESRGAN 模型
1.7.7 移除内置的realsr模型(减小应用体积),如有需要可以下载模型并放到自定义模型路径;增加若干Magick的插值放大算法;优化预设命令列表
1.7.8 增加菜单命令,移动缩小命令到菜单
1.7.9 新增功能:分享图片到realsr,分享处理后的图片到其他应用,处理结束后自动导出到图库
1.7.10 增加real-cugan-pro模型
1.7.11 增加real-cugan的进度信息
1.7.12 增加选项: 隐藏主界面命令输入框,设置输出图片的路径,设置输出文件名
1.7.13 更新依赖:magick 7.1.0-54 和 ncnn 20221128
1.8 支持多选图片分享到RealSR,此时运行结束直接输出文件到设置的目录中,无需手动导出。
1.8.3 增加修复扫描书的内置模型SourceBook,改善文件路径支持,更新ncnn版本
1.8.4 使用realsr/real-esrgan模型进行放大时,打印已经消耗的时间和预计还需要的时间(单位为秒);增加屏幕方向的选项
1.8.5 增加通知栏消息,更新ncnn

1.8.3

10 Jun 07:26
Compare
Choose a tag to compare

1.8.3

  1. fix path check
  2. fix realsr-ncnn time printing
  3. add model Real-ESRGAN-SourceBook , which is a model trained by myself for scanned books. It can make low-resolution scanned books look more comfortable but cannot make unrecognizable text recognizable. Training dataset: https://github.com/tumuyan/SourceBook-Dataset

1.8.4

  1. print time usage and ETA for realsr/real-esrgan
  2. config orientation