All Projects → VPanjeta → Deep-Object-Removal

VPanjeta / Deep-Object-Removal

Licence: Apache-2.0 License
Using cGANs to remove objects from a photo

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deep-Object-Removal

deep-learning-roadmap
my own deep learning mastery roadmap
Stars: ✭ 40 (-51.22%)
Mutual labels:  gans
Progressive-Growing-Of-GANs-Pytorch-
Progressively growing of GANs Pytorch Implementation
Stars: ✭ 14 (-82.93%)
Mutual labels:  gans
CoMoGAN
CoMoGAN: continuous model-guided image-to-image translation. CVPR 2021 oral.
Stars: ✭ 139 (+69.51%)
Mutual labels:  gans
Implicit-Internal-Video-Inpainting
[ICCV 2021]: IIVI: Internal Video Inpainting by Implicit Long-range Propagation
Stars: ✭ 190 (+131.71%)
Mutual labels:  object-removal
stylegan-v
[CVPR 2022] StyleGAN-V: A Continuous Video Generator with the Price, Image Quality and Perks of StyleGAN2
Stars: ✭ 136 (+65.85%)
Mutual labels:  gans
AODA
Official implementation of "Adversarial Open Domain Adaptation for Sketch-to-Photo Synthesis"(WACV 2022/CVPRW 2021)
Stars: ✭ 44 (-46.34%)
Mutual labels:  gans
Awesome-GAN-Resources
🤖A list of resources to help anyone getting started with GANs 🤖
Stars: ✭ 90 (+9.76%)
Mutual labels:  gans
ACCV TinyGAN
BigGAN; Knowledge Distillation; Black-Box; Fast Training; 16x compression
Stars: ✭ 62 (-24.39%)
Mutual labels:  gans
PPOGAN
No description or website provided.
Stars: ✭ 23 (-71.95%)
Mutual labels:  gans
generative deep learning
Generative Deep Learning Sessions led by Anugraha Sinha (Machine Learning Tokyo)
Stars: ✭ 24 (-70.73%)
Mutual labels:  gans
SieNet-Image-extrapolation
SiENet: Siamese Expansion Network for Image Extrapolation(IEEE SPL2020)
Stars: ✭ 42 (-48.78%)
Mutual labels:  gans
Feature-Generating-Networks
Zero Shot Learning with Feature Generating Networks
Stars: ✭ 31 (-62.2%)
Mutual labels:  gans
sRender
Facial Sketch Render, ICASSP 2021
Stars: ✭ 20 (-75.61%)
Mutual labels:  gans
gan-vae-pretrained-pytorch
Pretrained GANs + VAEs + classifiers for MNIST/CIFAR in pytorch.
Stars: ✭ 134 (+63.41%)
Mutual labels:  gans
anime2clothing
Pytorch official implementation of Anime to Real Clothing: Cosplay Costume Generation via Image-to-Image Translation.
Stars: ✭ 65 (-20.73%)
Mutual labels:  gans
simsg
Semantic Image Manipulation using Scene Graphs (CVPR 2020)
Stars: ✭ 49 (-40.24%)
Mutual labels:  gans
Selfie2Anime-with-TFLite
How to create Selfie2Anime from tflite model to Android.
Stars: ✭ 70 (-14.63%)
Mutual labels:  gans
AvatarGAN
Generate Cartoon Images using Generative Adversarial Network
Stars: ✭ 24 (-70.73%)
Mutual labels:  gans
Machine-Learning
The projects I do in Machine Learning with PyTorch, keras, Tensorflow, scikit learn and Python.
Stars: ✭ 54 (-34.15%)
Mutual labels:  gans
GNNs-in-Network-Neuroscience
A review of papers proposing novel GNN methods with application to brain connectivity published in 2017-2020.
Stars: ✭ 92 (+12.2%)
Mutual labels:  gans

Deep Object Removal

Image completion is a challenging problem because it requires a high-level recognition of scenes. This project tries to achieve object removal from images and get the base image reconstructed based on surrounding colours and objects using conditional GANs.

Overview

This project is an implementation of cGANs discussed in the paper for [General Image Completion]
The models are tweaked a little and implemented to remove objects from images and reconstruct the image without the object.

Example Usage

Hot Keys

[Esc]: To quit the windowed application.
[f]: To filter out the masked object.
[n]: To go to the next image.
[r]: To refresh and undo all the masking in the current image.

Description

Files

images/

The folder that contains the images to be used in the project. Currently the project requires images of dimensions 400 x 400 which can be changed in the main.py file.

model/

This folder contains the pretrained model that is trained on mscoco dataset and the model definition file which is written in tensorflow.

main.py

The main file to run the program. The code runs as an OpenCV windowed application.

requirements.txt

The requirements file for the project

Installation

To install the dependencies type

sudo pip3 install -r requirements.txt

Run

To run the application type

python3 main.py

This will run the demo as an OpenCV application

Dependencies

The project requires the following packages:

OpenCV and OpenCV_python 3.3.0.10
Tensorflow 1.10.1
Numpy 1.13.3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].