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.
Pytorch implementation for high-resolution (e.g., 2048x1024) photorealistic video-to-video translation. It can be used for turning semantic label maps into photo-realistic videos, synthesizing people talking from edge maps, or generating human motions from poses. The core of video-to-video…
pix2pixHD is a conditional generative adversarial network designed to transform semantic label maps into high-resolution photorealistic images. It functions as a high-resolution image synthesizer and an image-to-image translation model capable of producing synthetic images at 2048x1024 resolution. The system includes a semantic image editor that allows for the modification of high-resolution visuals by updating the underlying semantic label maps. This enables interactive image editing and the generation of photorealistic images based on source images or discrete label maps. The framework pro
We have a reimplementation of the UNIT method that is more performant. It is avaiable at Imaginaire
This repository provides structured code examples and project templates designed for classroom instruction in machine learning and neural networks. It offers reference implementations of deep learning models for both computer vision and natural language processing tasks, built using PyTorch as the core framework. The codebase is organized as a modular project template with separate directories for data handling, model definitions, and training scripts, promoting reusability and clarity. It includes predefined pipelines for image classification and text processing, along with a command-line in
TensorFlow implementation of Unsupervised Cross-Domain Image Generation.
The main features of yunjey/domain-transfer-network are: Computer Vision Models, Image Translation.
Projects with overlapping indexed features include: mingyuliutw/unit — We have a reimplementation of the UNIT method that is more performant. It is avaiable at Imaginaire. nvidia/vid2vid — Pytorch implementation for high-resolution (e.g., 2048x1024) photorealistic video-to-video translation. It can be used… nvidia/pix2pixhd — pix2pixHD is a conditional generative adversarial network designed to transform semantic label maps into… cs230-stanford/cs230-code-examples — This repository provides structured code examples and project templates designed for classroom instruction in machine… alaphao/coremlexample — An example of CoreML using a pre-trained VGG16 model. aaltovision/dgc-net — A PyTorch implementation of "DGC-Net: Dense Geometric Correspondence Network".