Object detection with Computer Vision
Oject detection with Python and OpenCV
Python | OpenCV | Yolo
In this project, I aimed to detect the position of a ball using computer vision (CV) in Python and track its coordinates in real-time on my Mac. However, since my Mac does not have a GPU, the ball detection script ran very slowly, resulting in significant data loss and poor performance. To overcome this, I set up a system where a camera connected to a separate computer with a GPU runs the ball detection script. The detected ball coordinates are then transmitted via sockets to my Mac for further use.
