All Projects → Araxeus → PNG-Upscale

Araxeus / PNG-Upscale

Licence: MIT license
AI Super - Resolution

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to PNG-Upscale

downscale
Better image downscale with canvas.
Stars: ✭ 80 (-31.03%)
Mutual labels:  resize, png
Anime4k
A High-Quality Real Time Upscaler for Anime Video
Stars: ✭ 14,083 (+12040.52%)
Mutual labels:  super-resolution, upscaling
Video2x
A lossless video/GIF/image upscaler achieved with waifu2x, Anime4K, SRMD and RealSR. Started in Hack the Valley 2, 2018.
Stars: ✭ 3,760 (+3141.38%)
Mutual labels:  super-resolution, upscaling
pixl
🚀 Lightweight image processing library in C++11
Stars: ✭ 31 (-73.28%)
Mutual labels:  resize, png
Bimg
Go package for fast high-level image processing powered by libvips C library
Stars: ✭ 1,394 (+1101.72%)
Mutual labels:  resize, png
Sharp
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.
Stars: ✭ 21,131 (+18116.38%)
Mutual labels:  resize, png
Waifu2x Extension Gui
Video, Image and GIF upscale/enlarge(Super-Resolution) and Video frame interpolation. Achieved with Waifu2x, Real-ESRGAN, SRMD, RealSR, Anime4K, RIFE, CAIN, DAIN, and ACNet.
Stars: ✭ 5,463 (+4609.48%)
Mutual labels:  super-resolution, upscaling
Mort
Storage and image processing server written in Go
Stars: ✭ 420 (+262.07%)
Mutual labels:  resize, png
Gimage
A PHP library for easy image handling. 🖼
Stars: ✭ 148 (+27.59%)
Mutual labels:  resize, png
jimp-compact
✏️ Lightweight version of Jimp -- An image processing library written entirely in JavaScript for Node.js
Stars: ✭ 55 (-52.59%)
Mutual labels:  resize, png
pnglib-es6
Create png images in pure javascript (modern & fast ES6 version using typed Arrays)
Stars: ✭ 41 (-64.66%)
Mutual labels:  png
EmiyaEngine
只要蘊藏著想成為真物的意志,偽物就比真物還要來得真實。
Stars: ✭ 27 (-76.72%)
Mutual labels:  super-resolution
image-optimizer
Image optimization using PHP
Stars: ✭ 28 (-75.86%)
Mutual labels:  png
tf-bsrn-sr
Official implementation of block state-based recursive network (BSRN) for super-resolution in TensorFlow
Stars: ✭ 28 (-75.86%)
Mutual labels:  super-resolution
PHP-Backuper
A framework which will help you to make (incremental) backups of your site.
Stars: ✭ 16 (-86.21%)
Mutual labels:  software
Web-Dev-Helper
Developer Helper where you can find all resources related to open source and software developer resources
Stars: ✭ 33 (-71.55%)
Mutual labels:  software
multi-imbalance
Python package for tackling multi-class imbalance problems. http://www.cs.put.poznan.pl/mlango/publications/multiimbalance/
Stars: ✭ 66 (-43.1%)
Mutual labels:  resampling
FISR
Official repository of FISR (AAAI 2020).
Stars: ✭ 72 (-37.93%)
Mutual labels:  super-resolution
ee.Screen
Takes screenshots of web pages for the list of URLs. Various resolutions, multiple formats (JPG, PDF, PNG and TXT)
Stars: ✭ 19 (-83.62%)
Mutual labels:  png
angsd-wrapper
Utilities for analyzing next generation sequencing data.
Stars: ✭ 13 (-88.79%)
Mutual labels:  software

🔥 PNG Upscale - AI Super Resolution 🔥

Small tool using pretrained models to upscale images

Download is available from the Releases Page or Google Drive or MediaFire

  • Hosted Folder include full "Models" folder 📁 and executable Files 🖼️ to download

  • Windows 64bit [Exe] / [Jar]

  • Linux 64bit [Jar]

  • macOS 64bit [Jar]

  • :electron: Download the executable corresponding with your operating system, and the Models folder

  • It's possible to download only some of the models if you want (It just wont let you use them inside the program)

  • The Models folder needs to be in the same directory as the Jar/Exe to use them


  • ⚠️ Be careful when trying to resize very large pictures, it can take considerable time and resources ⚠️
  • To upscale an image you just need to choose a mode, load a picture and press start
  • Save button can be used to choose an output folder and filename before you start the process (either just name or .png)
  • You can double click the text box to change [Dark <-> Light] theme (disabled when upScaling)
  • Use PNG images for best results
  • if faced with a JNI Error see this issue for a possible fix #33

Models

all of the model download links below are already included in the MediaFire folder.

There are four trained models integrated into the program :

EDSR

[Best Quality]+[Slowest]

Trained models can be downloaded from here.

ESPCN

[Fast]

Trained models can be downloaded from here.

FSRCNN

[Fast]

Trained models can be downloaded from here.

LapSRN

[Has x8]
  • Size of the model: between 1-5Mb x3
  • This model was trained for ~50 iterations with a batch size of 32
  • Link to implementation code: https://github.com/fannymonori/TF-LAPSRN
  • x2, x4, x8 trained models available
  • Advantage: The model can do multi-scale super-resolution with one forward pass. It can now support 2x, 4x, 8x, and [2x, 4x] and [2x, 4x, 8x] super-resolution.
  • Disadvantage: It is slower than ESPCN and FSRCNN, and the accuracy is worse than EDSR.
  • Speed: < 0.1 sec for every scaling factor on 256x256 images on an Intel i7-9700K CPU.
  • Original paper: Deep laplacian pyramid networks for fast and accurate super-resolution [4]

Trained models can be downloaded from here.


Benchmarks

Comparing different algorithms. Scale x4 on monarch.png

Inference time in seconds (CPU) PSNR SSIM
ESPCN 0.01159 26.5471 0.88116
EDSR 3.26758 29.2404 0.92112
FSRCNN 0.01298 26.5646 0.88064
LapSRN 0.28257 26.7330 0.88622
Bicubic 0.00031 26.0635 0.87537
Nearest neighbor 0.00014 23.5628 0.81741
Lanczos 0.00101 25.9115 0.87057

As a Demo this image was resized from 256x256 to 85x85, and then upscaled using this program

Original

x2 Demo (85x85 -> 170x170)

Original Bicubic Interpolation EDSR
Original Bicubic EDSR
ESPCN FSRCNN LapSRN
ESPCN FSRCNN LapSRN

Bicubic Interpolation is the standart resizing technique used by most editing tools like photoship etc..

x4 Demo (85x85 -> 340x340)

Original Bicubic Interpolation EDSR
Original Bicubic EDSR
ESPCN FSRCNN LapSRN
ESPCN FSRCNN LapSRN

References

[1] Bee Lim, Sanghyun Son, Heewon Kim, Seungjun Nah, and Kyoung Mu Lee, "Enhanced Deep Residual Networks for Single Image Super-Resolution", 2nd NTIRE: New Trends in Image Restoration and Enhancement workshop and challenge on image super-resolution in conjunction with CVPR 2017. [PDF] [arXiv] [Slide]

[2] Shi, W., Caballero, J., Huszár, F., Totz, J., Aitken, A., Bishop, R., Rueckert, D. and Wang, Z., "Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network", Proceedings of the IEEE conference on computer vision and pattern recognition CVPR 2016. [PDF] [arXiv]

[3] Chao Dong, Chen Change Loy, Xiaoou Tang. "Accelerating the Super-Resolution Convolutional Neural Network", in Proceedings of European Conference on Computer Vision ECCV 2016. [PDF] [arXiv] [Project Page]

[4] Lai, W. S., Huang, J. B., Ahuja, N., and Yang, M. H., "Deep laplacian pyramid networks for fast and accurate super-resolution", In Proceedings of the IEEE conference on computer vision and pattern recognition CVPR 2017. [PDF] [arXiv] [Project Page]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].