kornia


Namekornia JSON
Version 0.7.3 PyPI version JSON
download
home_pageNone
SummaryOpen Source Differentiable Computer Vision Library for PyTorch
upload_time2024-06-28 15:16:23
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords computer vision deep learning pytorch
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
<p align="center">
  <img width="55%" src="https://github.com/kornia/data/raw/main/kornia_banner_pixie.png" />
</p>

---

English | [简体中文](README_zh-CN.md)

<!-- prettier-ignore -->
<a href="https://kornia.readthedocs.io">Docs</a> •
<a href="https://colab.sandbox.google.com/github/kornia/tutorials/blob/master/nbs/hello_world_tutorial.ipynb">Try it Now</a> •
<a href="https://kornia.github.io/tutorials/">Tutorials</a> •
<a href="https://github.com/kornia/kornia-examples">Examples</a> •
<a href="https://kornia.github.io//kornia-blog">Blog</a> •
<a href="https://join.slack.com/t/kornia/shared_invite/zt-csobk21g-CnydWe5fmvkcktIeRFGCEQ">Community</a>

[![PyPI version](https://badge.fury.io/py/kornia.svg)](https://pypi.org/project/kornia)
[![Downloads](https://static.pepy.tech/badge/kornia)](https://pepy.tech/project/kornia)
[![Slack](https://img.shields.io/badge/Slack-4A154B?logo=slack&logoColor=white)](https://join.slack.com/t/kornia/shared_invite/zt-csobk21g-2AQRi~X9Uu6PLMuUZdvfjA)
[![Twitter](https://img.shields.io/twitter/follow/kornia_foss?style=social)](https://twitter.com/kornia_foss)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENCE)

</p>
</div>

**Kornia** is a differentiable computer vision library for [PyTorch](https://pytorch.org).

It consists of a set of routines and differentiable modules to solve generic computer vision problems. At its core, the package uses *PyTorch* as its main backend both for efficiency and to take advantage of the reverse-mode auto-differentiation to define and compute the gradient of complex functions.

Inspired by existing packages, this library is composed by a subset of packages containing operators that can be inserted within neural networks to train models to perform image transformations, epipolar geometry, depth estimation, and low-level image processing such as filtering and edge detection that operate directly on tensors.

## Sponsorship

Kornia is an open-source project that is developed and maintained by volunteers. Whether you're using it for research or commercial purposes, consider sponsoring or collaborating with us. Your support will help ensure Kornia's growth and ongoing innovation. Reach out to us today and be a part of shaping the future of this exciting initiative!

<a href="https://opencollective.com/kornia/donate" target="_blank">
  <img src="https://opencollective.com/webpack/donate/button@2x.png?color=blue" width=300 />
</a>

## Installation

[![PyPI python](https://img.shields.io/pypi/pyversions/kornia)](https://pypi.org/project/kornia)
[![pytorch](https://img.shields.io/badge/PyTorch_1.9.1+-ee4c2c?logo=pytorch&logoColor=white)](https://pytorch.org/get-started/locally/)

### From pip

  ```bash
  pip install kornia
  ```

<details>
  <summary>Other installation options</summary>

#### From source with editable mode

  ```bash
  pip install -e .
  ```

#### From Github url (latest version)

  ```bash
  pip install git+https://github.com/kornia/kornia
  ```

</details>

## Cite

If you are using kornia in your research-related documents, it is recommended that you cite the paper. See more in [CITATION](./CITATION.md).

  ```bibtex
  @inproceedings{eriba2019kornia,
    author    = {E. Riba, D. Mishkin, D. Ponsa, E. Rublee and G. Bradski},
    title     = {Kornia: an Open Source Differentiable Computer Vision Library for PyTorch},
    booktitle = {Winter Conference on Applications of Computer Vision},
    year      = {2020},
    url       = {https://arxiv.org/pdf/1910.02190.pdf}
  }
  ```

## Contributing

We appreciate all contributions. If you are planning to contribute back bug-fixes, please do so without any further discussion. If you plan to contribute new features, utility functions or extensions, please first open an issue and discuss the feature with us. Please, consider reading the [CONTRIBUTING](./CONTRIBUTING.md) notes. The participation in this open source project is subject to [Code of Conduct](./CODE_OF_CONDUCT.md).

## Community

- **Forums:** discuss implementations, research, etc. [GitHub Forums](https://github.com/kornia/kornia/discussions)
- **GitHub Issues:** bug reports, feature requests, install issues, RFCs, thoughts, etc. [OPEN](https://github.com/kornia/kornia/issues/new/choose)
- **Slack:** Join our workspace to keep in touch with our core contributors and be part of our community. [JOIN HERE](https://join.slack.com/t/kornia/shared_invite/zt-csobk21g-2AQRi~X9Uu6PLMuUZdvfjA)

<a href="https://github.com/Kornia/kornia/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=Kornia/kornia" width="60%" />
</a>

Made with [contrib.rocks](https://contrib.rocks).

## License

Kornia is released under the Apache 2.0 license. See the [LICENSE](./LICENSE) file for more information.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "kornia",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "computer vision, deep learning, pytorch",
    "author": null,
    "author_email": "Edgar Riba <edgar@kornia.org>",
    "download_url": "https://files.pythonhosted.org/packages/15/47/5df567a667d4a5cf568a048127b5f53bc1fabd20a4f95f2cf7402c9f6759/kornia-0.7.3.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n<p align=\"center\">\n  <img width=\"55%\" src=\"https://github.com/kornia/data/raw/main/kornia_banner_pixie.png\" />\n</p>\n\n---\n\nEnglish | [\u7b80\u4f53\u4e2d\u6587](README_zh-CN.md)\n\n<!-- prettier-ignore -->\n<a href=\"https://kornia.readthedocs.io\">Docs</a> \u2022\n<a href=\"https://colab.sandbox.google.com/github/kornia/tutorials/blob/master/nbs/hello_world_tutorial.ipynb\">Try it Now</a> \u2022\n<a href=\"https://kornia.github.io/tutorials/\">Tutorials</a> \u2022\n<a href=\"https://github.com/kornia/kornia-examples\">Examples</a> \u2022\n<a href=\"https://kornia.github.io//kornia-blog\">Blog</a> \u2022\n<a href=\"https://join.slack.com/t/kornia/shared_invite/zt-csobk21g-CnydWe5fmvkcktIeRFGCEQ\">Community</a>\n\n[![PyPI version](https://badge.fury.io/py/kornia.svg)](https://pypi.org/project/kornia)\n[![Downloads](https://static.pepy.tech/badge/kornia)](https://pepy.tech/project/kornia)\n[![Slack](https://img.shields.io/badge/Slack-4A154B?logo=slack&logoColor=white)](https://join.slack.com/t/kornia/shared_invite/zt-csobk21g-2AQRi~X9Uu6PLMuUZdvfjA)\n[![Twitter](https://img.shields.io/twitter/follow/kornia_foss?style=social)](https://twitter.com/kornia_foss)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENCE)\n\n</p>\n</div>\n\n**Kornia** is a differentiable computer vision library for [PyTorch](https://pytorch.org).\n\nIt consists of a set of routines and differentiable modules to solve generic computer vision problems. At its core, the package uses *PyTorch* as its main backend both for efficiency and to take advantage of the reverse-mode auto-differentiation to define and compute the gradient of complex functions.\n\nInspired by existing packages, this library is composed by a subset of packages containing operators that can be inserted within neural networks to train models to perform image transformations, epipolar geometry, depth estimation, and low-level image processing such as filtering and edge detection that operate directly on tensors.\n\n## Sponsorship\n\nKornia is an open-source project that is developed and maintained by volunteers. Whether you're using it for research or commercial purposes, consider sponsoring or collaborating with us. Your support will help ensure Kornia's growth and ongoing innovation. Reach out to us today and be a part of shaping the future of this exciting initiative!\n\n<a href=\"https://opencollective.com/kornia/donate\" target=\"_blank\">\n  <img src=\"https://opencollective.com/webpack/donate/button@2x.png?color=blue\" width=300 />\n</a>\n\n## Installation\n\n[![PyPI python](https://img.shields.io/pypi/pyversions/kornia)](https://pypi.org/project/kornia)\n[![pytorch](https://img.shields.io/badge/PyTorch_1.9.1+-ee4c2c?logo=pytorch&logoColor=white)](https://pytorch.org/get-started/locally/)\n\n### From pip\n\n  ```bash\n  pip install kornia\n  ```\n\n<details>\n  <summary>Other installation options</summary>\n\n#### From source with editable mode\n\n  ```bash\n  pip install -e .\n  ```\n\n#### From Github url (latest version)\n\n  ```bash\n  pip install git+https://github.com/kornia/kornia\n  ```\n\n</details>\n\n## Cite\n\nIf you are using kornia in your research-related documents, it is recommended that you cite the paper. See more in [CITATION](./CITATION.md).\n\n  ```bibtex\n  @inproceedings{eriba2019kornia,\n    author    = {E. Riba, D. Mishkin, D. Ponsa, E. Rublee and G. Bradski},\n    title     = {Kornia: an Open Source Differentiable Computer Vision Library for PyTorch},\n    booktitle = {Winter Conference on Applications of Computer Vision},\n    year      = {2020},\n    url       = {https://arxiv.org/pdf/1910.02190.pdf}\n  }\n  ```\n\n## Contributing\n\nWe appreciate all contributions. If you are planning to contribute back bug-fixes, please do so without any further discussion. If you plan to contribute new features, utility functions or extensions, please first open an issue and discuss the feature with us. Please, consider reading the [CONTRIBUTING](./CONTRIBUTING.md) notes. The participation in this open source project is subject to [Code of Conduct](./CODE_OF_CONDUCT.md).\n\n## Community\n\n- **Forums:** discuss implementations, research, etc. [GitHub Forums](https://github.com/kornia/kornia/discussions)\n- **GitHub Issues:** bug reports, feature requests, install issues, RFCs, thoughts, etc. [OPEN](https://github.com/kornia/kornia/issues/new/choose)\n- **Slack:** Join our workspace to keep in touch with our core contributors and be part of our community. [JOIN HERE](https://join.slack.com/t/kornia/shared_invite/zt-csobk21g-2AQRi~X9Uu6PLMuUZdvfjA)\n\n<a href=\"https://github.com/Kornia/kornia/graphs/contributors\">\n  <img src=\"https://contrib.rocks/image?repo=Kornia/kornia\" width=\"60%\" />\n</a>\n\nMade with [contrib.rocks](https://contrib.rocks).\n\n## License\n\nKornia is released under the Apache 2.0 license. See the [LICENSE](./LICENSE) file for more information.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Open Source Differentiable Computer Vision Library for PyTorch",
    "version": "0.7.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/kornia/kornia/issues",
        "Documentation": "https://kornia.readthedocs.io/en/latest",
        "Download": "https://github.com/kornia/kornia",
        "Homepage": "https://www.kornia.org",
        "Source Code": "https://github.com/kornia/kornia"
    },
    "split_keywords": [
        "computer vision",
        " deep learning",
        " pytorch"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58269e6fad0f5e8c25b19e3c25fd0efa0817b9e1a3d9670df8454162e053f283",
                "md5": "4d7d0f745bc3ba340826739dea4ed0bd",
                "sha256": "f2175f7244a220443111917f8ccaf0242ac9c20401b9824b5c0dacddb37f3258"
            },
            "downloads": -1,
            "filename": "kornia-0.7.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4d7d0f745bc3ba340826739dea4ed0bd",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 833324,
            "upload_time": "2024-06-28T15:16:20",
            "upload_time_iso_8601": "2024-06-28T15:16:20.410859Z",
            "url": "https://files.pythonhosted.org/packages/58/26/9e6fad0f5e8c25b19e3c25fd0efa0817b9e1a3d9670df8454162e053f283/kornia-0.7.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "15475df567a667d4a5cf568a048127b5f53bc1fabd20a4f95f2cf7402c9f6759",
                "md5": "1c5cb74a07f84b7e4b319e1f60b5e358",
                "sha256": "0eb861ea5d7e6c3891ae699a8b7103a5783af0a7c41888ca482420dd3d055306"
            },
            "downloads": -1,
            "filename": "kornia-0.7.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1c5cb74a07f84b7e4b319e1f60b5e358",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 589940,
            "upload_time": "2024-06-28T15:16:23",
            "upload_time_iso_8601": "2024-06-28T15:16:23.178058Z",
            "url": "https://files.pythonhosted.org/packages/15/47/5df567a667d4a5cf568a048127b5f53bc1fabd20a4f95f2cf7402c9f6759/kornia-0.7.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-28 15:16:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kornia",
    "github_project": "kornia",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "kornia"
}
        
Elapsed time: 0.26062s