awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
TachibanaYoshino avatar

TachibanaYoshino/AnimeGAN

0
View on GitHub↗
4,603 星标·666 分支·Python·6 次浏览

AnimeGAN

AnimeGAN 是一个使用 TensorFlow 开发的生成对抗网络(GAN)和图像转换器。它专为照片转动漫风格迁移而设计,利用深度学习系统将现实世界的照片和视频帧转换为动漫风格的图像。

该系统包括一个视频转动漫转换器,可在连续帧之间应用一致的视觉转换。它既支持在艺术数据集上训练生成网络以复制特定风格,也支持从检查点(Checkpoints)提取生成器权重以进行高效推理。

该项目提供图像优化工具,包括边缘平滑和模糊处理,以增强视觉过渡。它还通过连续帧流水线管理视频文件的处理。

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.

Star 历史

tachibanayoshino/animegan 的 Star 历史图表tachibanayoshino/animegan 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

AnimeGAN 的开源替代方案

相似的开源项目,按与 AnimeGAN 的功能重合度排序。
  • tachibanayoshino/animeganv2TachibanaYoshino 的头像

    TachibanaYoshino/AnimeGANv2

    5,366在 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
    在 GitHub 上查看↗5,366
  • taki0112/ugatittaki0112 的头像

    taki0112/UGATIT

    6,117在 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
    在 GitHub 上查看↗6,117
  • lengstrom/fast-style-transferlengstrom 的头像

    lengstrom/fast-style-transfer

    10,963在 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
    在 GitHub 上查看↗10,963
  • goodfeli/adversarialgoodfeli 的头像

    goodfeli/adversarial

    4,074在 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
    在 GitHub 上查看↗4,074
查看 AnimeGAN 的所有 30 个替代方案→

常见问题解答

tachibanayoshino/animegan 是做什么的?

AnimeGAN 是一个使用 TensorFlow 开发的生成对抗网络(GAN)和图像转换器。它专为照片转动漫风格迁移而设计,利用深度学习系统将现实世界的照片和视频帧转换为动漫风格的图像。

tachibanayoshino/animegan 的主要功能有哪些?

tachibanayoshino/animegan 的主要功能包括: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。

tachibanayoshino/animegan 有哪些开源替代品?

tachibanayoshino/animegan 的开源替代品包括: 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…