Tag: technology
-

Project: Vehicle Tracking and Counting using YOLOv8 and ByteTrack
In this project, we will create a vehicle tracking and counting system using YOLOv8 and ByteTrack algorithms. Let’s dive in! 1. Short Introduction to the Project Vehicle tracking and counting refers to the process of monitoring and recording the movement of vehicles within a defined area. This involves identifying vehicles as they enter and exit…
-

Paper Summary: PointNet
In this blog post, we will explore the paper “PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation” authored by Charles Qi et al., published in CVPR in 2017. Let’s begin! What is the Paper about? The paper introduces the PointNet architecture that is designed to handle point cloud. As recall in the…