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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
TachibanaYoshino avatar

TachibanaYoshino/AnimeGAN

0
View on GitHub↗
4,603 estrellas·666 forks·Python·6 vistas

AnimeGAN

AnimeGAN es una red generativa antagónica (GAN) y traductor de imágenes desarrollado con TensorFlow. Está diseñado para la transferencia de estilo de foto a anime, utilizando un sistema de aprendizaje profundo para transformar fotografías del mundo real y fotogramas de video en imágenes de estilo anime.

El sistema incluye un convertidor de video a anime que aplica transformaciones visuales consistentes a través de fotogramas secuenciales. Admite tanto el entrenamiento de redes generativas en datasets artísticos para replicar estilos específicos como la extracción de pesos del generador a partir de puntos de control (checkpoints) para una inferencia eficiente.

El proyecto proporciona utilidades para el refinamiento de imágenes, incluyendo suavizado de bordes y desenfoque para mejorar las transiciones visuales. También gestiona el procesamiento de archivos de video a través de pipelines de fotogramas secuenciales.

Features

  • Photo-to-Anime Converters - Converts real-world photographs into anime-style imagery using pre-trained generative networks.
  • Anime Style Model Training - Trains generative networks on curated artistic datasets to replicate distinct anime visual styles.
  • Generative Adversarial Networks - Employs a generative adversarial network architecture to synthesize images that mimic target anime styles.
  • Image Stylization GANs - Implements a GAN architecture specifically designed to transform real-world photos into stylized anime images.
  • Generative Adversarial Network Training - Trains generator and discriminator networks on artistic datasets to replicate specific anime visual aesthetics.
  • Video-to-Video Stylization - Stylizes existing video footage into anime aesthetics using neural frame processing.
  • Video-to-Anime Converters - Transforms motion pictures into anime animations while maintaining a consistent visual style across sequential frames.
  • Generator-Only Inference - Isolates the image-generating network from the discriminator to perform fast anime style transformations.
  • TensorFlow Model Inference - Executes predictions and image transformations using models trained within the TensorFlow ecosystem.
  • Generator Weight Isolation - Isolates generator weights from trained checkpoints to enable lightweight style transfer inference.
  • Sequential Frame Processing - Applies generative transformations across a timeline by processing video files as a sequence of individual frames.

Historial de estrellas

Gráfico del historial de estrellas de tachibanayoshino/animeganGráfico del historial de estrellas de tachibanayoshino/animegan

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a AnimeGAN

Proyectos open-source similares, clasificados según cuántas características comparten con AnimeGAN.
  • tachibanayoshino/animeganv2Avatar de TachibanaYoshino

    TachibanaYoshino/AnimeGANv2

    5,366Ver en GitHub↗

    AnimeGANv2 is a generative adversarial network training framework and image stylization tool designed to convert real-world photographs and videos into anime-style imagery. It functions as an anime style generator that transforms real-world scenes into animation through supervised style transfer. The project provides a system for training style models and extracting specific generator weight parameters from deep learning checkpoints to create lightweight models for inference. It focuses on landscape image stylization and the ability to mimic specific artistic styles from provided datasets. T

    Python
    Ver en GitHub↗5,366
  • taki0112/ugatitAvatar de taki0112

    taki0112/UGATIT

    6,117Ver en GitHub↗

    UGATIT is an unsupervised generative adversarial network and image-to-image translation model implemented in TensorFlow. It serves as the official research implementation of an ICLR 2020 paper, providing a framework for converting images between different visual styles without requiring paired training examples. The system utilizes an unsupervised generative attentional network and attention maps to deform geometric shapes and modify textures during the translation process. It employs a cycle-consistent framework to ensure translation quality by requiring images to return to their original st

    Python
    Ver en GitHub↗6,117
  • lengstrom/fast-style-transferAvatar de lengstrom

    lengstrom/fast-style-transfer

    10,963Ver en GitHub↗

    This project is a TensorFlow-based neural style transfer framework designed to apply the artistic textures and colors of a painting to images and videos. It utilizes a feed-forward image stylizer that transforms visual appearance in a single pass, avoiding the need for iterative optimization. The system includes a deep learning training pipeline that teaches convolutional neural networks to replicate specific styles using perceptual loss functions. It also features a video frame processor that decomposes video files into individual images for sequential stylization and reassembly. The softwa

    Pythondeep-learningneural-networksneural-style
    Ver en GitHub↗10,963
  • goodfeli/adversarialAvatar de goodfeli

    goodfeli/adversarial

    4,074Ver en GitHub↗

    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
    Ver en GitHub↗4,074
Ver las 30 alternativas a AnimeGAN→

Preguntas frecuentes

¿Qué hace tachibanayoshino/animegan?

AnimeGAN es una red generativa antagónica (GAN) y traductor de imágenes desarrollado con TensorFlow. Está diseñado para la transferencia de estilo de foto a anime, utilizando un sistema de aprendizaje profundo para transformar fotografías del mundo real y fotogramas de video en imágenes de estilo anime.

¿Cuáles son las características principales de tachibanayoshino/animegan?

Las características principales de tachibanayoshino/animegan son: Photo-to-Anime Converters, Anime Style Model Training, Generative Adversarial Networks, Image Stylization GANs, Generative Adversarial Network Training, Video-to-Video Stylization, Video-to-Anime Converters, Generator-Only Inference.

¿Qué alternativas de código abierto existen para tachibanayoshino/animegan?

Las alternativas de código abierto para tachibanayoshino/animegan incluyen: tachibanayoshino/animeganv2 — AnimeGANv2 is a generative adversarial network training framework and image stylization tool designed to convert… taki0112/ugatit — UGATIT is an unsupervised generative adversarial network and image-to-image translation model implemented in… lengstrom/fast-style-transfer — This project is a TensorFlow-based neural style transfer framework designed to apply the artistic textures and colors… goodfeli/adversarial — This project is a generative adversarial network implementation and research framework. It provides the tools and… yunjey/stargan — StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across… minivision-ai/photo2cartoon — photo2cartoon is a vision-based software tool and training framework designed to convert real human portrait…