soumik12345 / Pix2PixLinks
Image to Image Translation using Conditional GANs (Pix2Pix) implemented using Tensorflow 2.0
☆29Updated 5 years ago
Alternatives and similar repositories for Pix2Pix
Users that are interested in Pix2Pix are comparing it to the libraries listed below
Sorting:
- Showcasing various fun adventures with GANs☆14Updated 2 years ago
- Tensorflow Implementation of FaceNet: A Unified Embedding for Face Recognition and Clustering to find the celebrity whose face matches th…☆31Updated 2 years ago
- Unofficial StyleGAN2 implementation with Tensorflow 2.2☆12Updated 2 years ago
- A TensorFlow2.0 implementation of https://arxiv.org/abs/1803.05400☆18Updated 4 years ago
- Minimal implementation of Denoised Smoothing (https://arxiv.org/abs/2003.01908) in TensorFlow.☆20Updated 4 years ago
- This project shows how to build a simple handwriting recognizer in Keras with the IAM dataset.☆13Updated 4 years ago
- Latest resources on Generative Adversarial Networks☆50Updated 4 years ago
- Codes and experiments while learning and exploring deep learning for personal curiosity by doing online courses, personal projects and wo…☆158Updated 6 years ago
- Some notes, tutorials, and some experimentation with the fast.ai library (https://github.com/fastai/fastai)☆58Updated 6 years ago
- Neural Arithmetic Logic Units by Trask et al.☆12Updated 6 years ago
- This repository hosts code for converting the original Vision Transformer models (JAX) to TensorFlow.☆33Updated 3 years ago
- Yet Another Deep Learning Blog :)☆33Updated 2 years ago
- Implementation of modern data augmentation techniques in TensorFlow 2.x to be used in your training pipeline.☆34Updated 5 years ago
- In this repository, I reproduce the DCGAN paper using PyTorch☆28Updated 2 years ago
- A computer vision based gesture detection system that automatically detects the number of fingers as a hand gesture and enables you to co…☆57Updated 5 years ago
- A Simple but Powerful CNN Trainer For PyTorch☆26Updated 4 years ago
- This repository shows how to train a custom detection model with the TFOD API, optimize it with TFLite, and perform inference with the op…☆32Updated 4 years ago
- This repository provides a Colab Notebook that shows how to use Spatial Transformer Networks inside CNNs in Keras.☆37Updated 3 years ago
- Neural Deconvolutions in Tensorflow☆12Updated 5 years ago
- Experiments with the ideas presented in https://arxiv.org/abs/2003.00152 by Frankle et al.☆29Updated 5 years ago
- Photo Realistic Single Image Super-Resolution Using a Generative Adversarial Network implemented in Keras☆27Updated 4 years ago
- FasterAI: A repository for making smaller and faster models with the FastAI library.