Raspberry Pi is a small ARM computer with a camera, a network controller, and Linux on board. That makes it a good choice for DIY computer vision projects. In this post, we will learn how to build ...
How to Convert a Model from PyTorch to TensorRT and Speed Up Inference
The life of a machine learning engineer consists of long stretches of frustration and a few moments of joy! First, struggle to get your model to produce good results on your training data. You ...
Getting Started with PyTorch Lightning
Imagine, one day you have an amazing idea for your machine learning project. You write down all the details on a piece of paper- the model architecture, the optimizer, the dataset. And now you just ...
Multi-Label Image Classification with PyTorch: Image Tagging
In the previous post, we learned how to apply a fixed number of tags to images. Let’s now switch to this broader task and see how we can tackle it. In many real-life tasks, there is a ...
Funny Mirrors Using OpenCV
We all remember those awesome childhood days when we use to go to amusement parks or county fairs. One of my favorite elements of these amusement parks was the fun-house mirror room. Funny mirrors ...
t-SNE for Feature Visualization
In Machine Learning, we always want to get insights into data: like get familiar with the training samples or better understand the label distribution. To do that, we visualize the data in many ...