hs366399 / Image-Super-Resolution-Using-VAE-GAN-with-PyTorch
The model uses the AE-GAN (Autoencoder Generative Adversarial Network) architecture for generating upsampled images. The model is trained on Celeb-A image (1024 x 1024) dataset where input image is of 128x128 and generated image is of shape 480x480.
☆14Updated 4 years ago
Alternatives and similar repositories for Image-Super-Resolution-Using-VAE-GAN-with-PyTorch:
Users that are interested in Image-Super-Resolution-Using-VAE-GAN-with-PyTorch are comparing it to the libraries listed below
- encoder-decoder based anomaly detection method☆20Updated 4 years ago
- Tensorflow2 implementation of the paper GANomaly: Semi-Supervised Anomaly Detection via Adversarial Training☆20Updated 4 years ago
- ☆13Updated 3 years ago
- Code to reproduce 'Combining GANs and AutoEncoders for efficient anomaly detection'☆40Updated 3 years ago
- Implementation of GANomaly with MNIST dataset☆18Updated 5 years ago
- Using Generative Adversarial Networks (GANs) algorithm to detect outliers on tabular data☆13Updated 5 years ago
- pytorch☆13Updated 4 years ago
- Example of Anomaly Detection using Convolutional Variational Auto-Encoder (CVAE)☆42Updated 9 months ago
- Pytorch implementation of "Unsupervised Anomaly Detection with Generative Adversarial Networks to Guide Marker Discovery"☆61Updated 4 years ago
- gan, wgan-gp, anomaly detection, unsupervised, pytorch