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
orobix avatar

orobix/Visual-Feature-Attribution-Using-Wasserstein-GANs-Pytorch

0
View on GitHub↗
91 stars·24 forks·Python·MIT·10 views

Visual Feature Attribution Using Wasserstein GANs Pytorch

This code aims to reproduce results obtained in the paper "Visual Feature Attribution using Wasserstein GANs" (official repo, TensorFlow code)

Features

  • Computer Vision Research - Visual feature attribution using Wasserstein GANs.
  • Generative Models - Visual feature attribution using WGANs.
  • Model Implementations - Visual feature attribution using GANs.

Star history

Star history chart for orobix/visual-feature-attribution-using-wasserstein-gans-pytorchStar history chart for orobix/visual-feature-attribution-using-wasserstein-gans-pytorch

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 Visual Feature Attribution Using Wasserstein GANs Pytorch

Similar open-source projects, ranked by how many features they share with Visual Feature Attribution Using Wasserstein GANs Pytorch.
  • 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
  • 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
  • arunmallya/packnetarunmallya avatar

    arunmallya/packnet

    243View on GitHub↗

    Code for PackNet: Adding Multiple Tasks to a Single Network by Iterative Pruning

    Python
    View on GitHub↗243
  • alexis-jacq/pytorch-sketch-rnnA

    alexis-jacq/Pytorch-Sketch-RNN

    0View on GitHub↗
    View on GitHub↗0
See all 30 alternatives to Visual Feature Attribution Using Wasserstein GANs Pytorch→

Frequently asked questions

What does orobix/visual-feature-attribution-using-wasserstein-gans-pytorch do?

This code aims to reproduce results obtained in the paper "Visual Feature Attribution using Wasserstein GANs" (official repo, TensorFlow code)

What are the main features of orobix/visual-feature-attribution-using-wasserstein-gans-pytorch?

The main features of orobix/visual-feature-attribution-using-wasserstein-gans-pytorch are: Computer Vision Research, Generative Models, Model Implementations.

What are some open-source alternatives to orobix/visual-feature-attribution-using-wasserstein-gans-pytorch?

Open-source alternatives to orobix/visual-feature-attribution-using-wasserstein-gans-pytorch include: yunjey/stargan — StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across… dmitryulyanov/deep-image-prior — This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior… blade6570/photographicimagesynthesiswithcascadedrefinementnetworks-pytorch. alexis-jacq/pytorch-tutorials. bengxy/fastneuralstyle — Fast Neural Style for Image Style Transform by Pytorch. alexis-jacq/pytorch-sketch-rnn.