How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
This project is a PyTorch implementation of AnimeGANv2, a generative adversarial network and image-to-image translation model designed to transform real-world photographs into stylized anime imagery. The repository includes a model weight converter that enables the translation of checkpoints across different runtime environments. This utility performs weight key remapping and tensor dimension permutation to ensure compatibility between framework implementations. The system supports AI photo stylization through pre-trained weight loading and provides configurable upsampling alignment to maint
pytorch implementation of fast-neural-style
DeOldify is a deep learning system and a set of pre-trained computer vision models designed to apply realistic colors to grayscale photographs and video footage. It functions as a neural media restoration tool that uses trained networks to estimate original hues for black-and-white media and remove glitches and artifacts from aged images and film. The project employs a NoGAN colorization technique that removes the GAN discriminator during training to prevent artifacts and avoid over-saturation of pixels. For cinematic sequences, it applies temporal frame consistency to maintain color stabilit
The main features of chenyu-yang-2000/elegant are: Style Transfer.
Projects with overlapping indexed features include: bryandlee/animegan2-pytorch — This project is a PyTorch implementation of AnimeGANv2, a generative adversarial network and image-to-image… darkstar112358/fast-neural-style — pytorch implementation of fast-neural-style. jantic/deoldify — DeOldify is a deep learning system and a set of pre-trained computer vision models designed to apply realistic colors… kendricktan/drawlikebobross. naoto0804/pytorch-adain — Unofficial pytorch implementation of 'Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization'… alexis-jacq/pytorch-tutorials.