awesome-repositories.com
Blog
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
·
thunil avatar

thunil/TecoGAN

0
View on GitHub↗
6,147 Stars·1,133 Forks·Python·Apache-2.0·1 Aufruf

TecoGAN

TecoGAN ist ein Generative Adversarial Network (GAN), das für Video-Super-Resolution entwickelt wurde. Es fungiert als spatio-temporaler Video-Upscaler, der die Auflösung von Videosequenzen erhöht und gleichzeitig qualitativ hochwertige Bilder aus niedrig aufgelösten Eingaben rekonstruiert.

Das System nutzt ein Framework für zeitliche Kohärenz, um visuelle Stabilität zu gewährleisten und Flimmern in generierten Frames zu reduzieren. Dies wird durch den Einsatz spatio-temporaler Diskriminatoren erreicht, die sowohl die Qualität einzelner Frames als auch die Bewegungskonsistenz bewerten.

Das Projekt deckt das Training und die Optimierung von Generative Adversarial Networks ab, mit besonderem Fokus auf hochauflösende Videorekonstruktion und die Aufrechterhaltung zeitlicher Kohärenz über Frames hinweg.

Features

  • Video Super-Resolution Suites - Provides a deep learning system to upscale low-resolution video frames into high-definition output.
  • Generative Adversarial Networks - Pits a generator against a discriminator to produce realistic high-resolution video frames.
  • Video Resolution Reconstruction - Restores missing details in video footage to achieve a sharper and more detailed visual output.
  • GAN-Based Video Super-Resolution Models - A generative adversarial network that increases video resolution while maintaining temporal consistency.
  • Generative Adversarial Networks - Implements a GAN architecture with competing generator and discriminator networks to synthesize high-resolution imagery.
  • Temporal Coherence Propagations - Ensures visual stability and reduces flickering by propagating coherence data across consecutive frames.
  • Temporal Coherence Frameworks - Provides a methodology for ensuring visual stability and reducing flickering in AI-generated video frames.
  • Temporal Consistency Optimization - Implements a temporal coherence loss to penalize inconsistent transitions and maintain pixel-level stability.
  • Spatio-Temporal Upscalers - Uses spatial and temporal discriminators to reconstruct high-quality video sequences.
  • Discriminators - Evaluates both individual frame quality and movement consistency to prevent flickering in generated video sequences.
  • Video Upscaling Pipelines - Provides a video upscaling pipeline that increases resolution while preserving visual quality across frames.
  • GAN Training Loops - Utilizes a minimax optimization loop to iteratively train the generator and discriminator to reach a Nash equilibrium.
  • Super-Resolution Model Trainers - Provides routines to train generative adversarial networks for high-quality video reconstruction.
  • Video Frame Processing - Implements low-level processing of video frames to apply spatial filters while maintaining chronological order.
  • Video and Motion Synthesis - Temporal coherence learning for video generation.
  • Developer Tools - Video super-resolution and enhancement tool.

Star-Verlauf

Star-Verlauf für thunil/tecoganStar-Verlauf für thunil/tecogan

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 thunil/tecogan?

TecoGAN ist ein Generative Adversarial Network (GAN), das für Video-Super-Resolution entwickelt wurde. Es fungiert als spatio-temporaler Video-Upscaler, der die Auflösung von Videosequenzen erhöht und gleichzeitig qualitativ hochwertige Bilder aus niedrig aufgelösten Eingaben rekonstruiert.

Was sind die Hauptfunktionen von thunil/tecogan?

Die Hauptfunktionen von thunil/tecogan sind: Video Super-Resolution Suites, Generative Adversarial Networks, Video Resolution Reconstruction, GAN-Based Video Super-Resolution Models, Temporal Coherence Propagations, Temporal Coherence Frameworks, Temporal Consistency Optimization, Spatio-Temporal Upscalers.

Welche Open-Source-Alternativen gibt es zu thunil/tecogan?

Open-Source-Alternativen zu thunil/tecogan sind unter anderem: numz/comfyui-seedvr2_videoupscaler — ComfyUI-SeedVR2_VideoUpscaler is an AI video upscaling tool that uses diffusion models to increase the resolution of… aladdinpersson/machine-learning-collection — This project is a machine learning educational repository providing a collection of implementations and guides for… goodfeli/adversarial — This project is a generative adversarial network implementation and research framework. It provides the tools and… wiseodd/generative-models — This is a generative AI model library containing a collection of PyTorch and TensorFlow implementations for creating… paddlepaddle/paddlegan — PaddleGAN is a generative AI framework and deep learning computer vision library built on the PaddlePaddle framework.… david-gpu/srez — Srez is a deep learning image super-resolution framework designed to upscale low-resolution images into sharp,…

Open-Source-Alternativen zu TecoGAN

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit TecoGAN.
  • numz/comfyui-seedvr2_videoupscalerAvatar von numz

    numz/ComfyUI-SeedVR2_VideoUpscaler

    2,549Auf GitHub ansehen↗

    ComfyUI-SeedVR2_VideoUpscaler is an AI video upscaling tool that uses diffusion models to increase the resolution of videos and images while maintaining visual consistency across frames. The project implements distributed video rendering by splitting datasets into chunks for parallel processing across multiple GPUs. It utilizes model compilation and specialized attention backends to reduce inference latency and increase throughput. Additional capabilities include video color correction using wavelet and LAB matching methods to preserve color fidelity. Hardware memory is managed through block

    Pythonaicomfyuicomfyui-nodes
    Auf GitHub ansehen↗2,549
  • aladdinpersson/machine-learning-collectionAvatar von aladdinpersson

    aladdinpersson/Machine-Learning-Collection

    8,465Auf GitHub ansehen↗

    This project is a machine learning educational repository providing a collection of implementations and guides for machine learning and deep learning algorithms. It serves as a deep learning model library and a reference for training workflows, covering foundational machine learning, convolutional, recurrent, and transformer architectures. The collection includes a generative adversarial network suite for synthesizing realistic images and performing image-to-image translation. It also functions as a computer vision implementation guide for object detection and semantic segmentation, alongside

    Pythonmachine-learningmachine-learning-algorithmspytorch
    Auf GitHub ansehen↗8,465
  • goodfeli/adversarialAvatar von goodfeli

    goodfeli/adversarial

    4,074Auf GitHub ansehen↗

    This project is a generative adversarial network implementation and research framework. It provides the tools and hyperparameters necessary to train and evaluate generative models across various datasets, specifically designed to reproduce results from academic research. The framework includes a Parzen density likelihood estimator to calculate model log likelihood. This allows for the quantitative evaluation of generative distributions and the measurement of overall model performance. The codebase covers machine learning research capabilities, focusing on the training of adversarial networks

    Python
    Auf GitHub ansehen↗4,074
  • wiseodd/generative-modelsAvatar von wiseodd

    wiseodd/generative-models

    7,497Auf GitHub ansehen↗

    This is a generative AI model library containing a collection of PyTorch and TensorFlow implementations for creating synthetic data and modeling complex probability distributions. It serves as a multi-framework repository of deep learning models designed for learning and replicating data patterns. The project provides specialized implementation suites for several generative architectures. This includes Generative Adversarial Networks using competing generator and discriminator models, Variational Autoencoder frameworks that map data to a latent space, and Restricted Boltzmann Machine and Deep

    Python
    Auf GitHub ansehen↗7,497
  • Alle 30 Alternativen zu TecoGAN anzeigen→