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
Y

yunjey/domain-transfer-network

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

Domain Transfer Network

TensorFlow implementation of Unsupervised Cross-Domain Image Generation.

Features

  • Computer Vision Models - Unsupervised cross-domain image generation framework.
  • Image Translation - Unsupervised cross-domain image generation framework.

Star history

Star history chart for yunjey/domain-transfer-networkStar history chart for yunjey/domain-transfer-network

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.

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

Projects sharing features with Domain Transfer Network

These projects share indexed features with Domain Transfer Network. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • nvidia/vid2vidN

    NVIDIA/vid2vid

    0View on GitHub↗

    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…

    View on GitHub↗0
  • 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
  • mingyuliutw/unitmingyuliutw avatar

    mingyuliutw/UNIT

    2,029View on GitHub↗

    We have a reimplementation of the UNIT method that is more performant. It is avaiable at Imaginaire

    Python
    View on GitHub↗2,029
  • cs230-stanford/cs230-code-examplescs230-stanford avatar

    cs230-stanford/cs230-code-examples

    4,218View on GitHub↗

    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

    Pythoncomputer-visionnatural-language-processingpytorch
    View on GitHub↗4,218
Compare all 30 related projects→

Frequently asked questions

What does yunjey/domain-transfer-network do?

TensorFlow implementation of Unsupervised Cross-Domain Image Generation.

What are the main features of yunjey/domain-transfer-network?

The main features of yunjey/domain-transfer-network are: Computer Vision Models, Image Translation.

Which projects share features with yunjey/domain-transfer-network?

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".