YOLO

Server
Trying Out Jetson Xavier Part 6 (YOLO, Switching CUDA Versions, and GPU Processing)

Introduction In this post, I tried object detection using YOLO on a Jetson Xavier. Since the Jetson Xavier has […]

Read more
Programming
Attaching a Camera to a Robotic Arm and Checking the Video Feed (YOLO)

Introduction A while back, I tried attaching a camera to the robotic arm I purchased on Amazon and set up for […]

Read more
Programming
Object Detection with YOLO Part 4 (GPU Setup, CUDA 12.6)

Introduction In this post, I tried object detection with YOLO using a GPU.According to the Ultralytics documen […]

Read more
Programming
Object Detection with YOLO Part 3 (Integration with ROS, WSL2 Ubuntu 18.04)

Introduction In this post, I tried integrating YOLO with ROS on Ubuntu 18.04 via WSL2.This setup is commonly u […]

Read more
Programming
Annotation with CVAT (YOLO v8, Object Detection)

Introduction In this post, I tried performing annotation using CVAT (Computer Vision Annotation Tool).By annot […]

Read more
Programming
Object Detection with YOLO Part 2 (Python, Node-RED)

Introduction In this post, I tried running YOLO using Python.When I tried YOLO in my previous article, I only […]

Read more
Programming
Object Detection with YOLO Part 1 (Ultralytics, YOLO11)

Introduction In this post, I tried using YOLO, a well-known object detection algorithm.Since this is my first […]

Read more