Skip to main content

Deep Guided Filtering Layer for TensorFlow

Project description

[Project] [Paper] [arXiv] [Demo] [Home]

Official implementation of Fast End-to-End Trainable Guided Filter.
Faster, Better and Lighter for image processing and dense prediction.

Paper

Fast End-to-End Trainable Guided Filter
Huikai Wu, Shuai Zheng, Junge Zhang, Kaiqi Huang
CVPR 2018

Install

pip install guided-filter-tf

Usage

from guided_filter_tf.guided_filter import fast_guided_filter

hr_y = fast_guided_filter(lr_x, lr_y, hr_x, r, eps, nhwc)
from guided_filter_tf.guided_filter import guided_filter
hr_y = guided_filter(hr_x, init_hr_y, r, eps, nhwc)

Citation

@inproceedings{wu2017fast,
  title     = {Fast End-to-End Trainable Guided Filter},
  author    = {Wu, Huikai and Zheng, Shuai and Zhang, Junge and Huang, Kaiqi},
  booktitle = {CVPR},
  year = {2018}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

guided_filter_tf-1.1.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

guided_filter_tf-1.1.1-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page