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

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.