Acest proiect este o bibliotecă de deep learning construită pentru super-rezoluția unei singure imagini și îmbunătățirea vizuală. Oferă un framework pentru antrenarea și deployment-ul arhitecturilor de rețele neuronale concepute pentru a reconstrui imagini de înaltă rezoluție din surse de joasă rezoluție, recuperând eficient detaliile fine și eliminând artefactele cauzate de downscaling sau compresie.
Principalele funcționalități ale krasserm/super-resolution sunt: Image Super Resolution Models, Deep Learning Image Processing Libraries, Deep Learning Training Toolsets, Generative Adversarial Network Training, Image Resolution Reconstruction, Model Training, Image Restoration, Perceptual Loss.
Alternativele open-source pentru krasserm/super-resolution includ: xinntao/esrgan — ESRGAN is a deep learning image restoration framework designed for image super-resolution. It uses a generative… idealo/image-super-resolution — This PyTorch-based image super-resolution tool provides a deep learning pipeline for upscaling low-resolution images.… david-gpu/srez — Srez is a deep learning image super-resolution framework designed to upscale low-resolution images into sharp,… alex-damian/pulse — Pulse is a face image super-resolution tool and self-supervised image enhancer. It functions as a generative model… xpixelgroup/basicsr — BasicSR is a PyTorch-based image restoration toolbox and framework designed for training and deploying deep learning… janspiry/image-super-resolution-via-iterative-refinement — This project is a deep learning framework for AI image super-resolution and facial synthesis. It provides a diffusion…
ESRGAN is a deep learning image restoration framework designed for image super-resolution. It uses a generative adversarial network system to upscale low-resolution images into high-quality versions with sharp visual details and recovered fine textures. The framework implements a perceptual super-resolution model that optimizes the trade-off between perceived visual quality and pixel-level signal-to-noise ratio. It includes weight-interpolation blending to allow for the adjustment of visual sharpness and signal-to-noise ratios by mixing weights from different trained models. The system cover
Srez is a deep learning image super-resolution framework designed to upscale low-resolution images into sharp, high-resolution visual features. It functions as a neural network training tool that employs generative adversarial networks to synthesize realistic image details. The project includes a model evolution visualizer that generates animations and image batches to track visual improvements during the training process. It utilizes a combination of adversarial and L1 loss functions to optimize model weights and supports periodic state checkpointing for recovery and deployment. The system
This PyTorch-based image super-resolution tool provides a deep learning pipeline for upscaling low-resolution images. It utilizes generative adversarial networks to increase pixel density and reconstruct high-resolution image details. The system includes a GAN-based image upscaler and a training pipeline that optimizes neural network weights using paired datasets and custom loss functions. To manage hardware resources, a patch-based image processor splits high-resolution files into smaller segments to prevent memory allocation errors and system crashes. Additional capabilities include the ap
Pulse is a face image super-resolution tool and self-supervised image enhancer. It functions as a generative model image upsampler and latent space optimization tool designed to increase photo resolution and recover image details. The system differentiates itself by using latent space exploration and spherical constraints to find high-fidelity matches within a generative model. It employs geodesic distance measurement and spherical latent space optimization to regularize representations and maintain parameter radii during the recovery process. The project covers facial image restoration thro