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
M

mrzhu-cool/pix2pix-pytorch

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

Pix2pix Pytorch

PyTorch implementation of Image-to-Image Translation Using Conditional Adversarial Networks.

Features

  • Computer Vision Models - Conditional adversarial network for image-to-image translation.
  • Generative Models - Conditional GAN for image-to-image translation.
  • Model Implementations - Conditional GAN implementation for image translation.

Star history

Star history chart for mrzhu-cool/pix2pix-pytorchStar history chart for mrzhu-cool/pix2pix-pytorch

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 Pix2pix Pytorch

These projects share indexed features with Pix2pix Pytorch. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • junyanz/pytorch-cyclegan-and-pix2pixjunyanz avatar

    junyanz/pytorch-CycleGAN-and-pix2pix

    24,951View on GitHub↗

    This project is a deep learning framework designed for training and deploying image-to-image translation models. It serves as a research platform for experimenting with neural network architectures that transform visual content between distinct stylistic domains, supporting both paired and unpaired training data. The framework distinguishes itself through its support for cycle-consistency constraints, which allow for image translation between domains without requiring corresponding paired examples. It provides a structured pipeline that utilizes adversarial loss optimization, where generator

    Pythoncomputer-graphicscomputer-visioncyclegan
    View on GitHub↗24,951
  • kentsyx/neural-image-assessmentkentsyx avatar

    kentsyx/Neural-IMage-Assessment

    584View on GitHub↗

    This is a PyTorch implementation of the paper NIMA: Neural IMage Assessment (accepted at IEEE Transactions on Image Processing) by Hossein Talebi and Peyman Milanfar. You can learn more from this post at Google Research Blog.

    Python
    View on GitHub↗584
  • dmitryulyanov/deep-image-priorDmitryUlyanov avatar

    DmitryUlyanov/deep-image-prior

    8,085View on GitHub↗

    This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior to reconstruct images from noisy or incomplete data. It functions as a neural network image prior, utilizing the inherent biases of the network architecture to restore pixels without the need for a pre-trained dataset or external learning. The system performs zero-shot image restoration by treating the network architecture itself as a regularization term. It uses a randomly initialized encoder-decoder structure and iterative gradient descent to minimize pixel-wise loss, recove

    Jupyter Notebook
    View on GitHub↗8,085
  • 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
Compare all 30 related projects→

Frequently asked questions

What does mrzhu-cool/pix2pix-pytorch do?

PyTorch implementation of Image-to-Image Translation Using Conditional Adversarial Networks.

What are the main features of mrzhu-cool/pix2pix-pytorch?

The main features of mrzhu-cool/pix2pix-pytorch are: Computer Vision Models, Generative Models, Model Implementations.

Which projects share features with mrzhu-cool/pix2pix-pytorch?

Projects with overlapping indexed features include: kentsyx/neural-image-assessment — This is a PyTorch implementation of the paper NIMA: Neural IMage Assessment (accepted at IEEE Transactions on Image… nvidia/pix2pixhd — pix2pixHD is a conditional generative adversarial network designed to transform semantic label maps into… dmitryulyanov/deep-image-prior — This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior… junyanz/pytorch-cyclegan-and-pix2pix — This project is a deep learning framework designed for training and deploying image-to-image translation models. It… mingyuliutw/unit — We have a reimplementation of the UNIT method that is more performant. It is avaiable at Imaginaire. tensorflow/magenta — Magenta is an AI creative suite and TensorFlow generative art framework used to train and deploy models for the…