polyblur


Namepolyblur JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/teboli/polyblur
SummaryBreaking down Polyblur: Fast blind Correction of Small Anisotropic Blurs [IPOL2022]
upload_time2023-02-09 23:03:55
maintainer
docs_urlNone
authorThomas Eboli
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Polyblur Python package

Pytorch-based implementation of "Polyblur: Removing mild blur by polynomial reblurring" [Delbracio2021] and detailed in "Breaking down Polyblur: Fast blind correction of small anisotropic blurs" [Eboli2022]. Any question at thomas.eboli@ens-paris-saclay.fr.

Import the package as

```shell
import polyblur
```

In your Python script, run the functional interface

```shell
polyblur.polyblur_deblurring
```

or the torch.nn.Module interface

```shell
polyblur.PolyblurDeblurring
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/teboli/polyblur",
    "name": "polyblur",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Thomas Eboli",
    "author_email": "thomas.eboli@ens-paris-saclay.fr",
    "download_url": "https://files.pythonhosted.org/packages/44/69/e10c6cc544757f2251a10dc249e517794adf20de15d2a3a4b72e524d0b12/polyblur-0.1.3.tar.gz",
    "platform": null,
    "description": "# Polyblur Python package\n\nPytorch-based implementation of \"Polyblur: Removing mild blur by polynomial reblurring\" [Delbracio2021] and detailed in \"Breaking down Polyblur: Fast blind correction of small anisotropic blurs\" [Eboli2022]. Any question at thomas.eboli@ens-paris-saclay.fr.\n\nImport the package as\n\n```shell\nimport polyblur\n```\n\nIn your Python script, run the functional interface\n\n```shell\npolyblur.polyblur_deblurring\n```\n\nor the torch.nn.Module interface\n\n```shell\npolyblur.PolyblurDeblurring\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Breaking down Polyblur: Fast blind Correction of Small Anisotropic Blurs [IPOL2022]",
    "version": "0.1.3",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ab7f3bc20f193d63a3a5caf3abb91f165fee7738b8115462571e5d723343ed7",
                "md5": "c54492b98111734a7b8bff9c6e3b654d",
                "sha256": "7032a25df84432f2c355814693517877aa3c73799b1cb1ab9065dcaf569a7823"
            },
            "downloads": -1,
            "filename": "polyblur-0.1.3-py3.10.egg",
            "has_sig": false,
            "md5_digest": "c54492b98111734a7b8bff9c6e3b654d",
            "packagetype": "bdist_egg",
            "python_version": "0.1.3",
            "requires_python": null,
            "size": 33516,
            "upload_time": "2023-02-09T23:03:53",
            "upload_time_iso_8601": "2023-02-09T23:03:53.545110Z",
            "url": "https://files.pythonhosted.org/packages/6a/b7/f3bc20f193d63a3a5caf3abb91f165fee7738b8115462571e5d723343ed7/polyblur-0.1.3-py3.10.egg",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76cad8a9778453aefcd4b4d7cee01716f0d9074f80c0ad27f84ca64904d9ea60",
                "md5": "9f4c64cfff79870be7350233422e67cb",
                "sha256": "6d50ec4d000ebbf17965c4e895805ddf4bc23f546efa2466de385ac11cd4bd2e"
            },
            "downloads": -1,
            "filename": "polyblur-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9f4c64cfff79870be7350233422e67cb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 16540,
            "upload_time": "2023-02-09T23:03:51",
            "upload_time_iso_8601": "2023-02-09T23:03:51.361837Z",
            "url": "https://files.pythonhosted.org/packages/76/ca/d8a9778453aefcd4b4d7cee01716f0d9074f80c0ad27f84ca64904d9ea60/polyblur-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4469e10c6cc544757f2251a10dc249e517794adf20de15d2a3a4b72e524d0b12",
                "md5": "e3d77d95eee37cb7f80281137e8ba7fd",
                "sha256": "31c102d84184202321ddecfa5867b9cb8d8e8ed512120fac0adce5ccc4baf5e3"
            },
            "downloads": -1,
            "filename": "polyblur-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "e3d77d95eee37cb7f80281137e8ba7fd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 16324,
            "upload_time": "2023-02-09T23:03:55",
            "upload_time_iso_8601": "2023-02-09T23:03:55.706520Z",
            "url": "https://files.pythonhosted.org/packages/44/69/e10c6cc544757f2251a10dc249e517794adf20de15d2a3a4b72e524d0b12/polyblur-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-09 23:03:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "teboli",
    "github_project": "polyblur",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "polyblur"
}
        
Elapsed time: 0.03988s