在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):kornia/kornia开源软件地址(OpenSource Url):https://github.com/kornia/kornia开源编程语言(OpenSource Language):Python 99.8%开源软件介绍(OpenSource Introduction):Kornia is a differentiable computer vision library for PyTorch. 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. OverviewInspired 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. At a granular level, Kornia is a library that consists of the following components:
InstallationFrom pip:pip install kornia
pip install kornia[x] # to get the training API ! Other installation optionsFrom source:python setup.py install From source with symbolic links:pip install -e . From source using pip:pip install git+https://github.com/kornia/kornia ExamplesRun our Jupyter notebooks tutorials to learn to use the library. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论