AI research made great strides in 2023-2024, including VLLMs like GPT4-O and Gemini; Text-to-Video Diffusion Models like SORA and Veo; and Humanoids like Atlas V2, Figure -01, and Tesla Optimus. ...
Search Results for: c
Object Detection on Edge Device: Deploying YOLOv8 on Luxonis OAK-D-Lite – Pothole Datset
Performing Object Detection on edge device is an exciting area for tech enthusiasts where we can implement powerful computer vision applications in compact, efficient packages. Here we show one ...
Fine-Tuning YOLOv10 Models on Custom Dataset for Kidney Stone Detection
Fine-tuning YOLOv10 models for enhancing kidney stone detection, significantly reduces diagnosis time from 15-25 minutes per report to processing ~150 reports per second. Targeting medical ...
ROS 2 and Carla Setup Guide for Ubuntu 22.04
This is the third part of the Robotics Blog Series, focusing on a comprehensive ROS 2 and Carla setup guide for Ubuntu 22.04. We'll begin by installing the Terminator terminal, followed by the ...
Understanding Visual SLAM for Robotics Perception: Building Monocular SLAM from Scratch in Python OpenCV
Introduction to Monocular SLAM: Have you ever wondered how Tesla's Autonomous Vehicle views its surroundings and understands its position, and makes smart decisions to reach its target ...
Enhancing Image Segmentation using U2-Net: An Approach to Efficient Background Removal
U2-Net (popularly known as U2-Net) is a simple yet powerful deep-learning-based semantic segmentation model that revolutionizes background removal in image segmentation. Its effective and ...