Added Kornia to Computer Vision

Kornia is a differentiable computer vision library for PyTorch.
This commit is contained in:
miwojc 2019-10-22 22:29:27 +02:00 committed by GitHub
parent b0ebe51136
commit abc2540c0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.