Skip to content

Official Pytorch implementation of Copy-and-Paste Networks for Deep Video Inpainting (ICCV 2019)

Notifications You must be signed in to change notification settings

zengyh1900/Copy-and-Paste-Networks-for-Deep-Video-Inpainting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copy-and-Paste-Networks-for-Deep-Video-Inpainting (ICCV 2019)

Official pytorch implementation for "Copy-and-Paste Networks for Deep Video Inpainting" (ICCV 2019) V.0.2

Paper

Video result

IMAGE ALT TEXT HERE

Requirements

  • python 3.6
  • pytorch 0.4

Download weights

mkdir ./weight
wget -O ./weight/weight.pth "https://www.dropbox.com/s/vbh12ay2ubrw3m9/weight.pth?dl=0"

Run

python CPNet_test.py -g [gpu_num] -D [dataset_path]

Reference

If you use this code please cite:

@InProceedings{lee2019cpnet,
author = {Lee, Sungho and Oh, Seoung Wug and Won, DaeYeun and Kim, Seon Joo},
title = {Copy-and-Paste Networks for Deep Video Inpainting},
booktitle = {International Conference on Computer Vision (ICCV)},
year = {2019}
}

Term of use

This software is for non-commercial use only. The source code is released under the Attribution-NonCommercial-ShareAlike (CC BY-NC-SA) Licence (see this for details)

About

Official Pytorch implementation of Copy-and-Paste Networks for Deep Video Inpainting (ICCV 2019)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%