[Project] [Paper] [arXiv] [Demo] [Home]
Official implementation of Fast End-to-End Trainable Guided
Filter.
Faster, Better and Lighter for pixel-wise image
prediction.
Paper
Fast End-to-End Trainable Guided Filter
Huikai Wu, Shuai Zheng, Junge Zhang, Kaiqi Huang
CVPR 2018
Install
pip install guided-filter-pytorch
Usage
from guided_filter_pytorch.guided_filter import FastGuidedFilter hr_y = FastGuidedFilter(r, eps)(lr_x, lr_y, hr_x)
from guided_filter_pytorch.guided_filter import GuidedFilter hr_y = GuidedFilter(r, eps)(hr_x, init_hr_y)
from guided_filter_pytorch.guided_filter import ConvGuidedFilter hr_y = ConvGuidedFilter(r, norm)(lr_x, lr_y, hr_x)
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}
}
Release files for guided-filter-pytorch 3.7.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| guided_filter_pytorch-3.7.5.tar.gz | 3.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| guided_filter_pytorch-3.7.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.6 kB
Release files / guided_filter_pytorch-3.7.5.tar.gz
| Download URL | guided_filter_pytorch-3.7.5.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0bf812ffecc38e5576bb1b567bd64246c78d0730ab310d3e45317151b4a0551b
|
|
BLAKE2b-256 checksum How to use checksums |
7a65f260be1413556374fed414410d3242062f858ad01004524b7d553cc901a3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.6
|
Release files / guided_filter_pytorch-3.7.5-py3-none-any.whl
| Download URL | guided_filter_pytorch-3.7.5-py3-none-any.whl |
|---|---|
| Size | 3.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2b63cd8321f9a7201267a518d5ac090ce1928bcf415fb38d81e5a5192795e746
|
|
BLAKE2b-256 checksum How to use checksums |
17765a7f6a3bbd4e2857806619d04d1c316f597f35f8f7ad1939e54fc8da9729
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.6
|