If you are unfamiliar with safety compliance and are debating whether or not to read this blog post, let’s answer the most important question first. Why should you read this blog post?What can we ...
Top 10 Sources to Find Computer Vision and AI Models
The AI community generously shares code, model architectures, and even models trained on large datasets. We are standing on the shoulders of giants, which is why the industry is adopting AI so ...
Building Industrial embedded deep learning inference pipelines with TensorRT
You can scarcely find a good article on deploying computer vision systems in industrial scenarios. So, we decided to write a blog post series on the topic. The topics we will cover in this ...
Contour Detection using OpenCV (Python/C++)
Using contour detection, we can detect the borders of objects, and localize them easily in an image. It is often the first step for many interesting applications, such as image-foreground extraction, ...
Invisibility Cloak using simple CV techniques in OpenCV
If you are a Harry Potter fan like me, you would know what an Invisibility Cloak is. Yes! It's the cloak which Harry Potter uses to become invisible. Of course, we all know that an invisibility cloak ...