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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
david-gpu avatar

david-gpu/srezArchived

0
View on GitHub↗
5,271 Stars·655 Forks·Python·MIT·14 Aufrufe

Srez

Srez ist ein Deep-Learning-Framework für Image-Super-Resolution, das entwickelt wurde, um niedrig aufgelöste Bilder in scharfe, hochauflösende visuelle Features hochzuskalieren. Es fungiert als Trainings-Tool für neuronale Netze, das generative gegnerische Netzwerke (GANs) einsetzt, um realistische Bilddetails zu synthetisieren.

Das Projekt enthält einen Visualizer für die Modellentwicklung, der Animationen und Bildstapel generiert, um visuelle Verbesserungen während des Trainingsprozesses zu verfolgen. Es nutzt eine Kombination aus Adversarial- und L1-Loss-Funktionen zur Optimierung der Modellgewichte und unterstützt regelmäßige State-Checkpoints zur Wiederherstellung und Bereitstellung.

Das System deckt den Aufbau neuronaler Netze mittels Feedforward-Layern, Batch-Normalisierung und Aktivierungsfunktionen ab. Es bietet zudem Observability-Tools zum Vergleich der Upscaling-Qualität mit Ground-Truth-Daten und zur Überwachung des Trainingsfortschritts durch iterative visuelle Sequenzen.

Features

  • Deep Learning Upscalers - Provides a deep learning-based pipeline to transform low-resolution images into high-resolution outputs.
  • Generative Adversarial Network Training - Optimizes GAN architectures by balancing generator and discriminator losses to synthesize realistic details.
  • Image Super Resolution Models - Provides a framework for upscaling low-resolution images into sharp, high-resolution visual features.
  • Feedforward Architectures - Utilizes feedforward architectures with dense connections, batch normalization, and activation functions.
  • Neural Network Construction - Enables the construction of feedforward architectures by layering dense connections and activation functions.
  • Neural Network Design Frameworks - Designs neural network structures using composable feedforward layers and normalization blocks.
  • Generative Adversarial Networks - Employs a generator and discriminator architecture to synthesize realistic image details.
  • Neural Network Training Frameworks - Provides a system for optimizing model weights using adversarial loss and state checkpointing.
  • Super-Resolution Model Trainers - Optimizes networks using adversarial and L1 loss to learn high-resolution image reconstruction.
  • Training Checkpoint Persistence - Supports periodic saving of model weights and trainer state to disk for recovery and deployment.
  • Adversarial L1 Hybrid Loss - Implements a hybrid adversarial and L1 loss function to optimize image sharpness and structural accuracy.
  • Generative Output Evolution Animations - Generates visual sequences showing how network outputs evolve and improve over the course of training.
  • Training Evolution Visualizers - Ships a tool that creates animations and image batches to track visual improvements during training.
  • Ground Truth Comparisons - Provides side-by-side comparisons of upscaled images against ground truth data to evaluate model performance during training.
  • Training Progress Monitors - Tracks training progress through evolution animations and image batches to evaluate output quality.
  • Model Output - Generates periodic image sequences to track the visual evolution of super-resolution outputs during training.
  • Image Restoration and Enhancement - Deep learning-based image super-resolution.
  • Super Resolution - Super-resolution specifically for face datasets.

Star-Verlauf

Star-Verlauf für david-gpu/srezStar-Verlauf für david-gpu/srez

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht david-gpu/srez?

Srez ist ein Deep-Learning-Framework für Image-Super-Resolution, das entwickelt wurde, um niedrig aufgelöste Bilder in scharfe, hochauflösende visuelle Features hochzuskalieren. Es fungiert als Trainings-Tool für neuronale Netze, das generative gegnerische Netzwerke (GANs) einsetzt, um realistische Bilddetails zu synthetisieren.

Was sind die Hauptfunktionen von david-gpu/srez?

Die Hauptfunktionen von david-gpu/srez sind: Deep Learning Upscalers, Generative Adversarial Network Training, Image Super Resolution Models, Feedforward Architectures, Neural Network Construction, Neural Network Design Frameworks, Generative Adversarial Networks, Neural Network Training Frameworks.

Welche Open-Source-Alternativen gibt es zu david-gpu/srez?

Open-Source-Alternativen zu david-gpu/srez sind unter anderem: idealo/image-super-resolution — This PyTorch-based image super-resolution tool provides a deep learning pipeline for upscaling low-resolution images.… xinntao/esrgan — ESRGAN is a deep learning image restoration framework designed for image super-resolution. It uses a generative… spipm/depixelization_poc — This project is an AI upscaling framework and deep learning image restorer designed to estimate original source pixels… krasserm/super-resolution — This project is a deep learning library built for single-image super-resolution and visual enhancement. It provides a… nlintz/tensorflow-tutorials — This repository is a collection of guided tutorials for building and training machine learning models using the… eutropicai/final2x — Final2x is an AI image super-resolution tool and neural network inference engine designed to increase image resolution…

Open-Source-Alternativen zu Srez

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Srez.
  • idealo/image-super-resolutionAvatar von idealo

    idealo/image-super-resolution

    4,813Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,813
  • xinntao/esrganAvatar von xinntao

    xinntao/ESRGAN

    6,556Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,556
  • spipm/depixelization_pocAvatar von spipm

    spipm/Depixelization_poc

    4,535Auf GitHub ansehen↗

    This project is an AI upscaling framework and deep learning image restorer designed to estimate original source pixels from low-resolution inputs. It functions as a super-resolution reconstruction system that transforms pixelated images into high-resolution versions by restoring high-frequency details and sharpening edges. The system utilizes a convolutional neural network pipeline to analyze pixel data and perform digital image restoration. It employs pixel-shuffle upsampling to rearrange channel dimensions into spatial dimensions, which increases resolution while reducing checkerboard artif

    Python
    Auf GitHub ansehen↗4,535
  • krasserm/super-resolutionAvatar von krasserm

    krasserm/super-resolution

    1,510Auf GitHub ansehen↗

    This project is a deep learning library built for single-image super-resolution and visual enhancement. It provides a framework for training and deploying neural network architectures designed to reconstruct high-resolution images from low-resolution sources, effectively recovering fine details and removing artifacts caused by downscaling or compression. The library distinguishes itself through the implementation of generative adversarial networks and residual block architectures, which work together to improve the realism and clarity of upscaled outputs. It supports training through both pix

    Pythonedsrkerassingle-image-super-resolution
    Auf GitHub ansehen↗1,510
Alle 30 Alternativen zu Srez anzeigen→