Training deep learning models is known to be a time consuming and technically involved task. But if you want to create Deep Learning models for Apple devices, it is super easy now with their new ...
Deep learning based Object Detection and Instance Segmentation using Mask RCNN in OpenCV (Python / C++)
A few weeks back we wrote a post on Object detection using YOLOv3. In this post we will discuss Mask RCNN in OpenCV. The output of an object detector is an array of bounding boxes around ...
YOLOv3 – Deep Learning Based Object Detection – YOLOv3 with OpenCV ( Python / C++ )
In this post, we will understand what is Yolov3 and learn how to use YOLOv3 --- a state-of-the-art object detector -- with OpenCV. YOLOv3 is the latest variant of a popular object detection ...
Image Colorization Using CNN With OpenCV
Sometimes technology enhances art. Sometimes it vandalizes it. Colorizing black and white films is an ancient idea dating back to 1902. For decades many movie creators opposed the idea of ...
Batch Normalization in Deep Networks
In this post, we will learn what Batch Normalization is, why it is needed, how it works, and how to implement it using Keras. Batch Normalization was first introduced by two researchers at Google, ...
Understanding AlexNet
Billionaire investor and entrepreneur Peter Thiel's favorite contrarian questions is What important truth do very few people agree with you on? If you had asked this question to Prof. Geoffrey ...