In this post, we will share C++ and Python code for writing a barcode and QR code scanner using a library called ZBar and OpenCV. The Python code works in both Python 2 and Python 3. If you have ...
Search Results for: install
Activation Functions in Deep Learning – A Complete Overview
This post is part of the series on Deep Learning for Beginners, which consists of the following tutorials : In this post, we will learn about different activation functions in Deep learning and ...
Deep learning using Keras – The Basics
1. Deep Learning Frameworks Deep Learning is a branch of AI which uses Neural Networks for Machine Learning. In the recent years, it has shown dramatic improvements over traditional machine ...
Pytorch C++ Frontend Part II : Inputs,weights and bias
In our previous blog we learnt how to install the libpytorch libraries and run the pytorch C++ frontend application. If you have not read that yet, here is the link to Part-1/1 <give link to ...
PyTorch C++ Front-end: Tensors
In our last few blogs we are learning and exploring lot of things about PyTorch and it's advantages over other existing Deep Learning libraries. We learnt how to build an image classifier using ...
Get OpenCV Build Information ( getBuildInformation )
In this tutorial, we will introduce a quick way to check your OpenCV build settings. If you have ever compiled or installed OpenCV, you know it can be compiled with an overwhelming number of ...