All Projects → liruilong940607 → glcic.pytorch

liruilong940607 / glcic.pytorch

Licence: other
This is a implement of the Siggraph2017 paper: "Globally and Locally Consistent Image Completion"

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to glcic.pytorch

dictlearn
Dictionary Learning for image processing
Stars: ✭ 23 (+53.33%)
Mutual labels:  inpainting
virtual sketching
General Virtual Sketching Framework for Vector Line Art (SIGGRAPH 2021)
Stars: ✭ 111 (+640%)
Mutual labels:  siggraph
OpenISS
OpenISS -- a unified multimodal motion data delivery framework.
Stars: ✭ 22 (+46.67%)
Mutual labels:  siggraph
YuzuMarker
🍋 [WIP] Manga Translation Tool
Stars: ✭ 76 (+406.67%)
Mutual labels:  inpainting
Mmediting
OpenMMLab Image and Video Editing Toolbox
Stars: ✭ 2,618 (+17353.33%)
Mutual labels:  inpainting
hsn
Code for SIGGRAPH paper CNNs on Surfaces using Rotation-Equivariant Features
Stars: ✭ 71 (+373.33%)
Mutual labels:  siggraph
external-internal-inpainting
[CVPR 2021] EII: Image Inpainting with External-Internal Learning and Monochromic Bottleneck
Stars: ✭ 95 (+533.33%)
Mutual labels:  inpainting
general-deep-image-completion
A Deep Image Completion Model for Recovering Various Corrupted Images
Stars: ✭ 68 (+353.33%)
Mutual labels:  image-completion
Video Object Removal
Just draw a bounding box and you can remove the object you want to remove.
Stars: ✭ 2,283 (+15120%)
Mutual labels:  inpainting
bichon
Robust Coarse Curved TetMesh Generation
Stars: ✭ 29 (+93.33%)
Mutual labels:  siggraph
face inpainting
No description or website provided.
Stars: ✭ 27 (+80%)
Mutual labels:  inpainting
MATLAB-Python-inpainting-codes
This is the companion software for the book "Partial Differential Equation Methods for Image Inpainting" (C.-B. Schönlieb, Cambridge University Press, 2015)
Stars: ✭ 23 (+53.33%)
Mutual labels:  inpainting
MGCN
MGCN: Descriptor Learning using Multiscale GCNs (SIGGRAPH 2020)
Stars: ✭ 31 (+106.67%)
Mutual labels:  siggraph
Fast-Digital-Image-Inpainting
"Fast Digital Image Inpainting" using OpenCV (C++)
Stars: ✭ 34 (+126.67%)
Mutual labels:  inpainting
photo recoloring
Palette-based Photo Recoloring, implementation of the approach of Huiwen Chang et al.
Stars: ✭ 39 (+160%)
Mutual labels:  siggraph
Automated-objects-removal-inpainter
Automated object remover Inpainter is a project that combines Semantic segmentation and EdgeConnect architectures with minor changes in order to remove specified object/s from list of 20 objects from all the input photos
Stars: ✭ 88 (+486.67%)
Mutual labels:  inpainting
DOT
Decomposed Optimization Time Integration (DOT) is a domain-decomposed optimization method for fast, reliable simulation of deformation dynamics. DOT efficiently converges with frame-rate time-steps across a wide range of extreme conditions.
Stars: ✭ 37 (+146.67%)
Mutual labels:  siggraph
inpainting FRRN
Progressive Image Inpainting (Kolmogorov Team solution for Huawei Hackathon 2019 summer)
Stars: ✭ 30 (+100%)
Mutual labels:  inpainting
HOT
Hierarchical Optimization Time Integration (HOT) for efficient implicit timestepping of the material point method (MPM)
Stars: ✭ 83 (+453.33%)
Mutual labels:  siggraph
lama-cleaner
Image inpainting tool powered by SOTA AI Model. Remove any unwanted object, defect, people from your pictures or erase and replace(powered by stable diffusion) any thing on your pictures.
Stars: ✭ 9,099 (+60560%)
Mutual labels:  inpainting

Image-Completion-Pytorch

This is a implement of the paper 'Globally and Locally Consistent Image Completion'[Project Page]

Usage

For ATR Dataset:

CUDA_VISIBLE_DEVICES=0 python train --config=config.yaml

For LIP Dataset:

CUDA_VISIBLE_DEVICES=1 python train --config=config_lip.yaml
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].