From abc2540c0bf3faabde4cd94a1b64fd1a625138cf Mon Sep 17 00:00:00 2001 From: miwojc <32404415+miwojc@users.noreply.github.com> Date: Tue, 22 Oct 2019 22:29:27 +0200 Subject: [PATCH] Added Kornia to Computer Vision Kornia is a differentiable computer vision library for PyTorch. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 257650c4..0911c30f 100644 --- a/README.md +++ b/README.md @@ -282,6 +282,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for computer vision.* +* [Kornia](https://github.com/arraiyopensource/kornia/) - Kornia is a differentiable computer vision library for PyTorch. * [OpenCV](https://opencv.org/) - Open Source Computer Vision Library. * [pytesseract](https://github.com/madmaze/pytesseract) - Another wrapper for [Google Tesseract OCR](https://github.com/tesseract-ocr). * [SimpleCV](http://simplecv.org/) - An open source framework for building computer vision applications.