awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
krasserm avatar

krasserm/super-resolution

0
View on GitHub↗
1,510 stele·343 fork-uri·Python·Apache-2.0·12 vizualizări

Super Resolution

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.

Biblioteca se distinge prin implementarea rețelelor generative adversariale și a arhitecturilor de blocuri reziduale, care lucrează împreună pentru a îmbunătăți realismul și claritatea output-urilor upscalate. Suportă antrenarea atât prin pierderea de reconstrucție la nivel de pixel, cât și prin funcții de pierdere perceptivă, permițând un echilibru între acuratețea obiectivă și calitatea vizuală.

Toolset-ul include utilitare cuprinzătoare pentru pregătirea seturilor de date, permițând conversia colecțiilor de imagini brute în formate binare optimizate pentru a accelera ciclurile de antrenare. De asemenea, oferă proceduri pentru fine-tuning-ul modelelor și evaluarea performanței, folosind metrici precum raportul semnal-zgomot de vârf (PSNR) pentru a evalua eficacitatea sarcinilor de restaurare a imaginilor.

Features

  • Image Super Resolution Models - Increases image resolution by reconstructing missing high-frequency information using deep learning models.
  • Deep Learning Image Processing Libraries - Provides neural network architectures specifically for complex visual enhancement and image processing tasks.
  • Deep Learning Training Toolsets - Provides the infrastructure to train custom neural network architectures for high-fidelity visual enhancement.
  • Generative Adversarial Network Training - Implements competing generator and discriminator networks to synthesize high-resolution images.
  • Image Resolution Reconstruction - Reconstructs high-resolution images from low-resolution sources by estimating missing pixels.
  • Model Training - Provides a high-level interface for training image enhancement models with support for loss functions and checkpointing.
  • Image Restoration - Recovers fine details and removes artifacts from compressed or downscaled images.
  • Perceptual Loss - Optimizes models by comparing feature representations in deep networks to improve visual quality.
  • Pixel-Wise Reconstruction Losses - Calculates absolute differences between generated and target pixels to ensure objective reconstruction accuracy.
  • Model Performance Metrics - Calculates metrics like peak signal-to-noise ratio to assess the effectiveness of image reconstruction tasks.
  • Generative Adversarial Networks - Implements adversarial architectures to improve the realism and fine detail of generated images.
  • Residual Networks - Utilizes skip-connections to allow gradients to flow through deep networks during training.
  • Restoration Dataset Preparation - Provides tools to download and organize image pairs into structures optimized for training restoration models.
  • Vision Dataset Preparation - Formats and organizes raw image data into binary structures for computer vision model training.
  • Model Weight Checkpoints - Saves and restores neural network weights and optimizer states to resume training sessions.
  • Model Fine-Tuning - Supports fine-tuning existing residual and generative models to improve visual realism in outputs.

Istoric stele

Graficul istoricului de stele pentru krasserm/super-resolutionGraficul istoricului de stele pentru krasserm/super-resolution

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Colecții curatoriate care includ Super Resolution

Colecții selectate manual în care apare Super Resolution.
  • Upscaling și restaurare de imagini prin AI

Întrebări frecvente

Ce face krasserm/super-resolution?

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.

Care sunt principalele funcționalități ale krasserm/super-resolution?

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.

Care sunt câteva alternative open-source pentru krasserm/super-resolution?

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…

Alternative open-source pentru Super Resolution

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Super Resolution.
  • xinntao/esrganAvatar xinntao

    xinntao/ESRGAN

    6,556Vezi pe GitHub↗

    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

    Python
    Vezi pe GitHub↗6,556
  • david-gpu/srezAvatar david-gpu

    david-gpu/srez

    5,271Vezi pe GitHub↗

    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

    Python
    Vezi pe GitHub↗5,271
  • idealo/image-super-resolutionAvatar idealo

    idealo/image-super-resolution

    4,813Vezi pe GitHub↗

    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

    Python
    Vezi pe GitHub↗4,813
  • alex-damian/pulseAvatar alex-damian

    alex-damian/pulse

    8,015Vezi pe GitHub↗

    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

    Python
    Vezi pe GitHub↗8,015
  • Vezi toate cele 30 alternative pentru Super Resolution→