zhenglab / CAML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CAML

This repository provides the official PyTorch implementation of our paper "Context-Aware Mutual Learning for Blind Image Inpainting and Beyond".

More Results

  • Qualitative comparison results of unseen contaminated patterns for blind image inpainting.

Prerequisites

  • Linux
  • Python 3.7
  • NVIDIA GPU + CUDA CuDNN

Getting Started

Installation

  • Clone this repo:
git clone https://github.com/zhenglab/CAML.git
cd CAML
  • Install PyTorch and 1.4 and other dependencies (e.g., torchvision).
    • For Conda users, you can create a new Conda environment using conda create --name <env> --file requirements.txt.

Training

python train.py --path=$configpath$

For example: python train.py --path=./checkpoints/

Testing

python test.py --path=$configpath$ 

For example: python test.py --path=./checkpoints/

About


Languages

Language:Python 100.0%