Code Monkey home page Code Monkey logo

image-blending-using-gp-gans's Introduction

Image-Blending-using-Deep-Learning

Goal

Given two images source, destination and a mask, it is to blend destination into source in a manner that is visually appealing.

Approaches tried

We implemented an encoder-decoder network which takes low resolution(64X64) composite image(source cropped onto destination) and generates a low resolution image(64X64) which looks more natural than the composite. Using this low resolution image and using Laplacian pyramid we tried to optimize Gaussian-Poisson Equation

i) By gradient Descent

ii) Pyramid Blending

Dependencies

pytorch cv2 numpy

Instructions to Train

Download the data from https://www.cse.iitb.ac.in/~charith/aligned_images.tar Create train test splits Create low resolution data by using savedata(train) in src/train.py Change hyperparameters as desired Run the train function

Instructions to Blend

run the script blend.py with arguments -src source_img -dest dest_img -mask mask_img -model path_to_network_weights

References

GP-GAN: Towards Realistic High-Resolution Image Blending https://arxiv.org/pdf/1703.07195.pdf

Results

Result1

Source Image Destination Image Mask Composite Result from pyramid

Result2

Source Image Destination Image Mask Composite Result from pyramid

Look at ImageBlending.ipynb for understanding code

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.