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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file guided_filter_tf-1.1.1.tar.gz
.
File metadata
- Download URL: guided_filter_tf-1.1.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba4f90b56bb8559f8f5cd4b75a67106f248c4b2d33bb2676e86522db36d3c0a2 |
|
MD5 | 57ca84eada281c756b583d0a85ee3e35 |
|
BLAKE2b-256 | 15f2c29b1a31e993cfd309c839b34467d0fbf6ca3fd9f498c7c0dd84020384ea |
File details
Details for the file guided_filter_tf-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: guided_filter_tf-1.1.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28df570afed4b1b7b84d34a08069bc82411b7c860fc47e7f759795e1f440de83 |
|
MD5 | bd52631ec1d0566657d040c1caac6aac |
|
BLAKE2b-256 | 5ae83b7fbc54c2925c1c6c2fe5f2fe9fa8894292745853ba4cf8a4f1169794e8 |