Table of Contents IntroductionWhat is YOLOv5?Models Available in YOLOv5Features Provided by YOLOv5Custom Object Detection Training using YOLOv5Approach for Custom TrainingThe Custom Training ...
Building a Body Posture Analysis System using MediaPipe
Correct posture is the key to the overall well-being of a person. It keeps us healthy, energetic, and more active. People who make it a habit to maintain good posture are less likely to get back pain, ...
Introduction to MediaPipe
Ever wondered what runs behind “OK Google?” Well, that’s MediaPipe. Since 2012, Google has been using it internally in several products and services. It was initially developed for real-time ...
Multi-Attribute and Graph-based Object Detection
In this post, we will discuss an object detection approach that leverages the understanding of the objects' structure and the context of the image by enumerating objects' characteristics and ...
MRNet – The Multi-Task Approach
Our last post on the MRNet challenge presented a simple way to approach it. There you learned to make a separate model for each disease. And ended up with three models. Time to up your game! Now ...
Generative and Discriminative Models
Most of the Machine Learning and Deep Learning problems that you solve are conceptualized from the Generative and Discriminative Models. In Machine Learning, one can clearly distinguish between the ...