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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
N

NVIDIA/vid2vid

0
View on GitHub↗
0 stars·0 forks·11 views

Vid2vid

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…

Features

  • Computer Vision Libraries - Photorealistic video-to-video translation.
  • Computer Vision Models - High-resolution video-to-video translation.
  • Computer Vision Research - Generative model for high-quality video-to-video synthesis.
  • Image Translation - Framework for video-to-video synthesis and translation.

Star history

Star history chart for nvidia/vid2vidStar history chart for nvidia/vid2vid

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Vid2vid

Similar open-source projects, ranked by how many features they share with Vid2vid.
  • yunjey/starganyunjey avatar

    yunjey/stargan

    5,292View on GitHub↗

    StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across multiple domains. It implements a generative adversarial network that serves as a deep learning image translator for modifying specific visual characteristics within an image dataset. The framework uses a single unified model to handle translations between multiple image domains rather than requiring separate pairs of models. It is a research implementation that learns mappings between different image attributes without the need for paired training data. The project covers the

    Python
    View on GitHub↗5,292
  • nvidia/pix2pixhdNVIDIA avatar

    NVIDIA/pix2pixHD

    6,920View on GitHub↗

    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

    Python
    View on GitHub↗6,920
  • chaoyuaw/pytorch-coviarchaoyuaw avatar

    chaoyuaw/pytorch-coviar

    522View on GitHub↗

    Compressed Video Action Recognition

    Python
    View on GitHub↗522
  • bgshih/crnnbgshih avatar

    bgshih/crnn

    2,104View on GitHub↗

    Convolutional Recurrent Neural Network

    Lua
    View on GitHub↗2,104
See all 30 alternatives to Vid2vid→

Frequently asked questions

What does nvidia/vid2vid do?

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…

What are the main features of nvidia/vid2vid?

The main features of nvidia/vid2vid are: Computer Vision Libraries, Computer Vision Models, Computer Vision Research, Image Translation.

What are some open-source alternatives to nvidia/vid2vid?

Open-source alternatives to nvidia/vid2vid include: yunjey/stargan — StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across… nvidia/pix2pixhd — pix2pixHD is a conditional generative adversarial network designed to transform semantic label maps into… cmu-perceptual-computing-lab/openpose — OpenPose is a real-time pose estimation engine designed to detect and track human body, face, hand, and foot… carpedm20/enas-pytorch — PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing". clovaai/stargan-v2 — StarGAN v2 - Official PyTorch Implementation (CVPR 2020). bgshih/crnn — Convolutional Recurrent Neural Network.