Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.39 KB

README.md

File metadata and controls

58 lines (44 loc) · 1.39 KB

Image Smoothing via L0 Gradient Minimization


Blog Post | Report Bug

Table of Contents

About the Project

This repository is the Python implementation of the paper: Image Smoothing via L0 Gradient Minimization

Flower
Rock

Getting Started

Code Setup

# Clone the repository
$ git clone https://github.com/nrupatunga/L0-Smoothing.git

# install all the required repositories
$ cd L0-Smoothing
$ pip install -r requirements.txt

# Run
$ cd src

# To run on single image, modify image path in L0_Smoothing.py
$ python L0_Smoothing.py

# To run on multiple image, modify root directory  in L0_Smoothing.py
$ python run_batch.py