Merge pull request #1399 from miwojc/patch-1

Added Kornia to Computer Vision
This commit is contained in:
Vinta Chen 2019-12-15 23:44:22 +08:00 committed by GitHub
commit cd89bafdb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,6 +286,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.