2019
DOI: 10.48550/arxiv.1910.02190
|View full text |Cite
Preprint
|
Sign up to set email alerts
|

Kornia: an Open Source Differentiable Computer Vision Library for PyTorch

Abstract: This work presents Kornia -an open source computer vision library which consists of a set of differentiable routines and modules to solve generic computer vision problems. 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 OpenCV, Kornia is composed of a set of modules containing operators that can be inserted inside neural networks to train models to perform image t… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
3
0

Year Published

2020
2020
2022
2022

Publication Types

Select...
2
1

Relationship

0
3

Authors

Journals

citations
Cited by 3 publications
(3 citation statements)
references
References 35 publications
(40 reference statements)
0
3
0
Order By: Relevance
“…( 9), 𝐀 is the motion blurring kernel and ⊙ denotes the operation of filtering clear images with kernel 𝐀. Since the parameters of motion blurring kernels can be estimated from motion blurring images by preprocessing methods [45], we directly give motion blurring kernels and generate different motion blurring images for subsequent experiments using Kornia [46], which is a computer vision library for PyTorch [36]. In Fig.…”
Section: Motion Blurring Removalmentioning
confidence: 99%
“…( 9), 𝐀 is the motion blurring kernel and ⊙ denotes the operation of filtering clear images with kernel 𝐀. Since the parameters of motion blurring kernels can be estimated from motion blurring images by preprocessing methods [45], we directly give motion blurring kernels and generate different motion blurring images for subsequent experiments using Kornia [46], which is a computer vision library for PyTorch [36]. In Fig.…”
Section: Motion Blurring Removalmentioning
confidence: 99%
“…We report R-PSNR and SSIM metrics in this work. For R-PSNR (registered-PSNR), as also investigated in Yin et al (2021), we register the reconstructed image to the ground truth reference data by direction optimization using kornia (Riba et al, 2019). For SSIM we also compute a translation-invariant SSIM score by implementinging complex-wavelet SSIM as originally proposed in Wang & Simoncelli (2005).…”
Section: B Technical Detailsmentioning
confidence: 99%
“…every time an image is loaded from disk during training. Multiple libraries with support for computer vision data augmentation have appeared in the last years, such as Albumentations [Buslaev et al, 2020], Augmentor [Bloice et al, 2019], Kornia [Riba et al, 2019], or imgaug [Jung et al, 2020]. PyTorch also includes some computer vision transforms, mostly implemented as Pillow wrappers [wiredfool et al, 2016].…”
Section: Introductionmentioning
confidence: 99%