Resource of free step by step video how to guides to get you started with machine learning.
Friday, April 19, 2024
Build an AI/ML Football Analysis system with YOLO, OpenCV, and Python
In this video, you'll learn how to use machine learning, computer vision and deep learning to create a football analysis system. This project utilizes YOlO a state of the art object detector to detect the players, referees and footballs. It also utilizes trackers to track those object across frames. We also train our own object detector to enhance the output of the state-of-the-art models. Additionally, we will assign players to teams based on the colors of their t-shirts using Kmeans for pixel segmentation and clustering. We will also use optical flow to measure camera movement between frames, enabling us to accurately measure a player's movement. Furthermore, we will implement perspective transformation to represent the scene's depth and perspective, allowing us to measure a player's movement in meters rather than pixels. Finally, we will calculate a player's speed and the distance covered. This project covers various concepts and addresses real-world problems, making it suitable for both beginners and experienced machine learning engineers. In this video you will learn how to: 1. Use ultralytics and YOLOv8 to detect objects in images and videos. 2. Fine tune and train your own YOLO on your own custom dataset. 3. Use KMeans to cluster pixles and segment players from the background to get the t-shirt color accurately. 4. Use optical flow to measure the camera movement. 5. Use CV2's (opencv) perspective transformation to represent the scene's depth and perspective. 6. Measure player's speed and distance covered in the image. Datasets: kaggle Dataset: https://www.kaggle.com/competitions/dfl-bundesliga-data-shootout/data?select=clips Robowflow Football Dataset: https://universe.roboflow.com/roboflow-jvuqo/football-players-detection-3zvbc/dataset/1 Github Link: https://github.com/abdullahtarek/football_analysis 🔑 TIMESTAMPS ================================ 0:00 - Introduction 1:19 - Object detection (YOLO) and tracking 1:55:30 - Player color assignment 2:32:00 - Ball interpolation 3:06:25 - Camera movement estimator 3:41:50 - Perspective Transformer 4:05:40 - Speed and distance Estimator
Labels:
Computer Vision,
convolutional neural network,
deep learning,
Machine Learning,
machine learning projects,
Object Detection,
object detection python,
object detection tutorial,
object tracking,
opencv python
Published by Free artificial intelligence and machine learning video tutorial resource
Related video tutorials
Subscribe to:
Post Comments (Atom)
Most watched
-
Quick answer: Qwen 3 32B needs about 22.7 GB of VRAM at Q4_K_M with a 4k-token context — a used 24 GB card like the RTX 3090 is the minimu...
-
Using GPUs in TensorFlow, TensorBoard in notebooks, finding new datasets, & more! (#AskTensorFlow) [Collection] In a special live ep...
-
Inside TensorFlow: Summaries and TensorBoard [Collection] Take an inside look into the TensorFlow team’s own internal training sessions-...
-
Quick answer: DeepSeek V4 Flash is a Mixture-of-Experts model: all 284 billion parameters must be stored, so combined RAM plus VRAM — not ...
-
Hey everyone This is Ujjwal kapil B.tech 2nd year Ai and Ml In this video we covered one of the most important question "COLLEGE KAB O...
-
Quick answer: For an 8B model at Q4, local electricity costs roughly $0.05 per million output tokens — against about $0.53 per million ble...
-
Quick answer: For machine-learning work, buy an external SSD over a spinning hard drive, pick USB 3.2 Gen 2 (10 Gbps) or faster, and size f...
-
This video is a crash course on understanding how finetuning on LLM models can be performed uing QLORA,LORA, Quantization using LLama2, Grad...
-
In this video, you'll learn how to use machine learning, computer vision and deep learning to create a football analysis system. This pr...
-
Quick answer: Yes, for most budget builders: a used RTX 3090 is still the cheapest route to 24 GB of VRAM with full CUDA support. Capacity...
No comments:
Post a Comment