From d5dd1f26d980c3f07bdb9eba51c8641ba8228231 Mon Sep 17 00:00:00 2001 From: sayands Date: Mon, 10 Sep 2018 22:00:55 +0530 Subject: [PATCH 1/6] Added Semantic Segmentation Tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b932ae1..3f8425b 100644 --- a/README.md +++ b/README.md @@ -351,6 +351,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Build A Barcode Scanner](https://www.pyimagesearch.com/2018/05/21/an-opencv-barcode-and-qr-code-scanner-with-zbar/) * [Learn Face Clustering with Python](https://www.pyimagesearch.com/2018/07/09/face-clustering-with-python/) * [Object Tracking with Camshift](https://www.pyimagesearch.com/wp-content/uploads/2014/11/opencv_crash_course_camshift.pdf) +* [Semantic Segmentation with OpenCV and Deep Learning](https://www.pyimagesearch.com/2018/09/03/semantic-segmentation-with-opencv-and-deep-learning/) ### Deep Learning: From 4b31079073b94a0095fb072b3f4e84ac310dc1a2 Mon Sep 17 00:00:00 2001 From: sayands Date: Mon, 10 Sep 2018 22:01:49 +0530 Subject: [PATCH 2/6] Added Text Detector Tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3f8425b..df3009a 100644 --- a/README.md +++ b/README.md @@ -352,6 +352,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Learn Face Clustering with Python](https://www.pyimagesearch.com/2018/07/09/face-clustering-with-python/) * [Object Tracking with Camshift](https://www.pyimagesearch.com/wp-content/uploads/2014/11/opencv_crash_course_camshift.pdf) * [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/) ### Deep Learning: From 97b5c878c3e46a5a331fbb4af1b23d365b435ad6 Mon Sep 17 00:00:00 2001 From: sayands Date: Mon, 10 Sep 2018 22:02:42 +0530 Subject: [PATCH 3/6] Added People Counter Tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df3009a..a432c9a 100644 --- a/README.md +++ b/README.md @@ -353,6 +353,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Object Tracking with Camshift](https://www.pyimagesearch.com/wp-content/uploads/2014/11/opencv_crash_course_camshift.pdf) * [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/) +* [People Counter using OpenCV](https://www.pyimagesearch.com/2018/08/13/opencv-people-counter/) ### Deep Learning: From f1d048626fc326b31df9f845cc34987af4def9de Mon Sep 17 00:00:00 2001 From: sayands Date: Mon, 10 Sep 2018 22:04:18 +0530 Subject: [PATCH 4/6] Added Neural Style Transfer with OpenCV tutorial --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a432c9a..7fbcb78 100644 --- a/README.md +++ b/README.md @@ -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/) * [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/) +* [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: From 864618ae2bc0707d4a3e758e6bdb502eea329eff Mon Sep 17 00:00:00 2001 From: sayands Date: Mon, 10 Sep 2018 22:06:27 +0530 Subject: [PATCH 5/6] Added Keras Starter Tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7fbcb78..b07ad65 100644 --- a/README.md +++ b/README.md @@ -385,6 +385,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Learn to Code a simple Neural Network in 11 lines of Python](https://iamtrask.github.io/2015/07/12/basic-python-network/) * [Build a Neural Network using Gradient Descent Approach](https://iamtrask.github.io/2015/07/27/python-network-part2/) * [Train a Keras Model To Generate Colors](https://heartbeat.fritz.ai/how-to-train-a-keras-model-to-generate-colors-3bc79e54971b) +* [Get Started with Keras on a Custom Dataset](https://www.pyimagesearch.com/2018/09/10/keras-tutorial-how-to-get-started-with-keras-deep-learning-and-python/) ### Miscellaneous: From 427ffb5ec8d4a665f58f7791916116a2d918d561 Mon Sep 17 00:00:00 2001 From: sayands Date: Mon, 10 Sep 2018 22:08:04 +0530 Subject: [PATCH 6/6] Added Eigenfaces and FisherFaces tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b07ad65..a9282a5 100644 --- a/README.md +++ b/README.md @@ -386,6 +386,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Build a Neural Network using Gradient Descent Approach](https://iamtrask.github.io/2015/07/27/python-network-part2/) * [Train a Keras Model To Generate Colors](https://heartbeat.fritz.ai/how-to-train-a-keras-model-to-generate-colors-3bc79e54971b) * [Get Started with Keras on a Custom Dataset](https://www.pyimagesearch.com/2018/09/10/keras-tutorial-how-to-get-started-with-keras-deep-learning-and-python/) +* [Use EigenFaces and FisherFaces on Faces94 dataset](https://nicholastsmith.wordpress.com/2016/02/18/eigenfaces-versus-fisherfaces-on-the-faces94-database-with-scikit-learn/) ### Miscellaneous: