GithubHelp home page GithubHelp logo

image-inpainting-pconv's Introduction

CVProject - Image Inpainting Using Partial Convolution

Prerequisite

Required environment: Numpy PyTorch matplotlib cv2 PIL piq (use "pip install piq" to install it)

First download dataset and organize the dataset folder as follows:

| -- dataset
    | -- train
    | -- test
    | -- val

Then run python generate_mask.py to generate 10000 masks of 256*256 size by default. It will create a directory ./dataset/masks, which is used for training, and ./dataset/mask0, ./dataset/mask1, ./dataset/mask2, which are used for testing under different kind of masks.

Note: Different folders represent different hole-to-image ratios, mask0 mask1 mask2 represent 0-0.1 0.1-0.2 0.2-0.3 Respectively.

Train

Run python train.py (with default parameters)

You can set customized parameters: python train.py --init_lr 2e-3 --batch_size 4 --epochs 1 --train_dir ./dataset/train --val_dir ./dataset/val --mask_dir ./dataset/masks --model_dir ./model --out_dir ./result

Test

Run python test.py (with default parameters)

You can set customized parameters: python test.py --batch_size 16 --img_dir ./dataset/test --mask_dir ./dataset/masks --model_dir ./model --out_dir ./result

CUDA

In test.py train.py util.py , you can change torch.device ("cpu" or "cuda") to determine the compute device.

Reference

https://arxiv.org/abs/1804.07723

image-inpainting-pconv's People

Contributors

771767383 avatar donjiaking avatar

Watchers

 avatar

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.