Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (25 loc) · 1.33 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.33 KB

An Efficient Segmentation Based Pipeline For Image Inpainting

This repository contains the code for an integrated pipeline used to inpaint images. The details of the approach can be found in report.pdf.

Requirements

Usage

usage : run_algo.py input_image output_image image_mask

positional arguments:
  input image           Path to image to be infilled
  output_image          Path to ouput fill
  image_mask            Path to the mask

Authors