{ "info": { "author": "wuhuikai", "author_email": "huikaiwu@icloud.com", "bugtrack_url": null, "classifiers": [], "description": "Fast End-to-End Trainable Guided Filter\n=======================================\n\n`[Project] `__\n`[Paper] `__\n`[arXiv] `__\n`[Demo] `__\n`[Home] `__\n\n| Official implementation of **Fast End-to-End Trainable Guided\n Filter**.\n| **Faster**, **Better** and **Lighter** for image processing and dense\n prediction.\n\nPaper\n-----\n\n| **Fast End-to-End Trainable Guided Filter**\n| Huikai Wu, Shuai Zheng, Junge Zhang, Kaiqi Huang\n| CVPR 2018\n\nInstall\n-------\n\n::\n\n pip install guided-filter-tf\n\nUsage\n-----\n\n::\n\n from guided_filter_tf.guided_filter import fast_guided_filter\n\n hr_y = fast_guided_filter(lr_x, lr_y, hr_x, r, eps, nhwc)\n\n::\n\n from guided_filter_tf.guided_filter import guided_filter\n hr_y = guided_filter(hr_x, init_hr_y, r, eps, nhwc)\n\nCitation\n--------\n\n::\n\n @inproceedings{wu2017fast,\n title = {Fast End-to-End Trainable Guided Filter},\n author = {Wu, Huikai and Zheng, Shuai and Zhang, Junge and Huang, Kaiqi},\n booktitle = {CVPR},\n year = {2018}\n }\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/wuhuikai/DeepGuidedFilter", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "guided-filter-tf", "package_url": "https://pypi.org/project/guided-filter-tf/", "platform": "", "project_url": "https://pypi.org/project/guided-filter-tf/", "project_urls": { "Homepage": "https://github.com/wuhuikai/DeepGuidedFilter" }, "release_url": "https://pypi.org/project/guided-filter-tf/1.1.1/", "requires_dist": null, "requires_python": "", "summary": "Deep Guided Filtering Layer for TensorFlow", "version": "1.1.1" }, "last_serial": 3674797, "releases": { "1.1.1": [ { "comment_text": "", "digests": { "md5": "bd52631ec1d0566657d040c1caac6aac", "sha256": "28df570afed4b1b7b84d34a08069bc82411b7c860fc47e7f759795e1f440de83" }, "downloads": -1, "filename": "guided_filter_tf-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "bd52631ec1d0566657d040c1caac6aac", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4678, "upload_time": "2018-03-16T03:46:19", "url": "https://files.pythonhosted.org/packages/5a/e8/3b7fbc54c2925c1c6c2fe5f2fe9fa8894292745853ba4cf8a4f1169794e8/guided_filter_tf-1.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "57ca84eada281c756b583d0a85ee3e35", "sha256": "ba4f90b56bb8559f8f5cd4b75a67106f248c4b2d33bb2676e86522db36d3c0a2" }, "downloads": -1, "filename": "guided_filter_tf-1.1.1.tar.gz", "has_sig": false, "md5_digest": "57ca84eada281c756b583d0a85ee3e35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3383, "upload_time": "2018-03-16T03:46:20", "url": "https://files.pythonhosted.org/packages/15/f2/c29b1a31e993cfd309c839b34467d0fbf6ca3fd9f498c7c0dd84020384ea/guided_filter_tf-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bd52631ec1d0566657d040c1caac6aac", "sha256": "28df570afed4b1b7b84d34a08069bc82411b7c860fc47e7f759795e1f440de83" }, "downloads": -1, "filename": "guided_filter_tf-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "bd52631ec1d0566657d040c1caac6aac", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4678, "upload_time": "2018-03-16T03:46:19", "url": "https://files.pythonhosted.org/packages/5a/e8/3b7fbc54c2925c1c6c2fe5f2fe9fa8894292745853ba4cf8a4f1169794e8/guided_filter_tf-1.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "57ca84eada281c756b583d0a85ee3e35", "sha256": "ba4f90b56bb8559f8f5cd4b75a67106f248c4b2d33bb2676e86522db36d3c0a2" }, "downloads": -1, "filename": "guided_filter_tf-1.1.1.tar.gz", "has_sig": false, "md5_digest": "57ca84eada281c756b583d0a85ee3e35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3383, "upload_time": "2018-03-16T03:46:20", "url": "https://files.pythonhosted.org/packages/15/f2/c29b1a31e993cfd309c839b34467d0fbf6ca3fd9f498c7c0dd84020384ea/guided_filter_tf-1.1.1.tar.gz" } ] }