Wouldn't it be cool if you could just wave a pen in the air to draw something virtually and it actually draws it on the screen? It could be even more interesting if we didn't use any special hardware ...
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 set ...
Augmented Reality using ArUco Markers in OpenCV (C++ / Python)
In this post, we will explain what ArUco markers are and how to use them for simple augmented reality tasks using OpenCV. ArUco markers have been used for a while in augmented reality, camera pose ...
Faster R-CNN Object Detection with PyTorch
1. Image Classification vs. Object Detection Image Classification is a problem where we assign a class label to an input image. For example, given an input image of a cat, the output of an image ...
Torchvision Semantic Segmentation – PyTorch for Beginners
This post "Torchvision Semantic Segmentation," is part of the series in which we will cover the following topics. 1. What is Semantic Segmentation? Semantic Segmentation is an image analysis ...
Pytorch Image Classification using Transfer Learning
Recently PyTorch has gained a lot of popularity because of its ease of usage and learning. Andrej Karpathy, Senior Director of AI at Tesla, said the following in his tweet. Jokes apart, PyTorch ...