Added Neural Style Transfer with OpenCV tutorial

This commit is contained in:
sayands 2018-09-10 22:04:18 +05:30
parent 97b5c878c3
commit f1d048626f

View file

@ -354,6 +354,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
* [Semantic Segmentation with OpenCV and Deep Learning](https://www.pyimagesearch.com/2018/09/03/semantic-segmentation-with-opencv-and-deep-learning/) * [Semantic Segmentation with OpenCV and Deep Learning](https://www.pyimagesearch.com/2018/09/03/semantic-segmentation-with-opencv-and-deep-learning/)
* [Text Detection in Images and Videos](https://www.pyimagesearch.com/2018/08/20/opencv-text-detection-east-text-detector/) * [Text Detection in Images and Videos](https://www.pyimagesearch.com/2018/08/20/opencv-text-detection-east-text-detector/)
* [People Counter using OpenCV](https://www.pyimagesearch.com/2018/08/13/opencv-people-counter/) * [People Counter using OpenCV](https://www.pyimagesearch.com/2018/08/13/opencv-people-counter/)
* [Tracking Multiple Objects with OpenCV](https://www.pyimagesearch.com/2018/08/06/tracking-multiple-objects-with-opencv/)
* [Neural Style Transfer with OpenCV](https://www.pyimagesearch.com/2018/08/27/neural-style-transfer-with-opencv/)
### Deep Learning: ### Deep Learning: