From 5c14a7be54d12572694e59a92ca412631e6ac1bf Mon Sep 17 00:00:00 2001 From: Donny You Date: Wed, 14 Nov 2018 16:16:44 +0800 Subject: [PATCH] Add PyTorchCV A PyTorch-Based Framework for Deep Learning in Computer Vision --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d20dac6..559b7cc 100644 --- a/README.md +++ b/README.md @@ -876,6 +876,7 @@ be * [albumentations](https://github.com/albu/albumentations) - А fast and framework agnostic image augmentation library that implements a diverse set of augmentation techniques. Supports classification, segmentation, detection out of the box. Was used to win a number of Deep Learning competitions at Kaggle, Topcoder and those that were a part of the CVPR workshops. * [pytessarct](https://github.com/madmaze/pytesseract)-Python-tesseract is an optical character recognition (OCR) tool for python. That is, it will recognize and "read" the text embedded in images.Python-tesseract is a wrapper for Google's Tesseract-OCR Engine. * [imutils](https://github.com/jrosebr1/imutils)-A library containg Convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python. +* [PyTorchCV](https://github.com/CVBox/PyTorchCV) - A PyTorch-Based Framework for Deep Learning in Computer Vision. #### Natural Language Processing