Skip to content
/ CMT Public

Continuously Masked Transformer for Image Inpainting, ICCV, 2023

Notifications You must be signed in to change notification settings

keunsoo-ko/CMT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3.7

CMT

Keunsoo Ko and Chang-Su Kim

Official PyTorch Code for "Continuously Masked Transformer for Image Inpainting, ICCV, 2023"

Installation

Download repository:

    $ git clone https://github.com/keunsoo-ko/CMT.git

Download pre-trained model on Places2 or pre-trained model on CelebA

Usage

Run Test:

    $ python demo.py --ckpt CMT.pth(put downloaded model path) --img_path ./samples/test_img --mask_path ./samples/test_mask --output_path ./samples/results

About

Continuously Masked Transformer for Image Inpainting, ICCV, 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages