Category: Object Detection
-
Kalman-Based Object Tracking with Low Signal/Noise Ratio

This study focuses on real-time object tracking with low signal/noise ratios using Kalman Filter (KF) algorithms. The study covers 1D, 2D, and 3D motion analysis, and explores the impact of noise on the accuracy of object tracking. The accuracy of the KF algorithms in estimating the object’s position and speed in real-time scenarios is evaluated…
-
Hugging Face NLP, Streamlit, PyGWalker, TF & Gradio App

Table of Contents Streamlit/Dash/Jupyter PyGWalker EDA Demo PyGWalker and Dash — Creating a Data Visualization Dashboard In Less Than 20 Lines of Code PyGWalker Test PyGWalker Tutorial: A Tableau-Like Python Library for Interactive Data Exploration and Visualization PyGWalker: A Python Library for Visualizing Pandas Dataframes You’ll Never Walk Alone: Use Pygwalker to Visualize Data in…
-
Overview of AWS Tech Portfolio 2023

This summary focuses on the extensive capabilities of Amazon Web Services (AWS) by 2023, highlighting its 27% year-on-year growth and a net sales increase to $127.1 billion. AWS emerges as the top cloud service provider, offering over 200 services including compute, storage, databases, networking, AI, and machine learning. It is constantly expanding operations, having opened…
-
About Face Recognition ML Algorithms

Facial Recognition (FR) involves mapping an individual’s facial features mathematically and storing the data as a faceprint. This case study outlines the process of Exploratory Data Analysis (EDA) and performance QC analysis for ML/AI workflows using public-domain datasets and real-time webcam GUI. The study includes the use of SVM for FR, dataset splitting, ML model…
-
AI-Driven Object Detection & Segmentation with Meta Detectron2 Deep Learning

The post introduces Detectron2, a powerful object detection and image recognition platform developed by Facebook AI Research (FAIR). It discusses the platform’s applications in computer vision research and production, as well as its capabilities such as panoptic segmentation and Densepose. The post also covers aspects of using Detectron2, including installation, model training, and inference, and…