From 13fc0db77f7e71ff5653bcf7df514543750dbac4 Mon Sep 17 00:00:00 2001 From: RizwanMunawar Date: Sun, 15 Dec 2024 16:29:11 +0500 Subject: [PATCH] Update bird-tracking-with-tracks-visualization docs page --- ...g-with-tracks-visualization-on-empty-image.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/usecases/bird-tracking-with-tracks-visualization-on-empty-image.md b/docs/usecases/bird-tracking-with-tracks-visualization-on-empty-image.md index e77ee6b..0f21f8f 100644 --- a/docs/usecases/bird-tracking-with-tracks-visualization-on-empty-image.md +++ b/docs/usecases/bird-tracking-with-tracks-visualization-on-empty-image.md @@ -8,11 +8,10 @@ keywords: bird tracking, YOLO11, Ultralytics YOLO11, AI wildlife monitoring, bir Explore how to track birds and visualize their flight paths using [Ultralytics YOLO11](https://docs.ultralytics.com/models/yolo11/). This guide will show you how to detect birds, calculate flight paths, and visualize their movement using a custom-trained YOLO11 model. -
- -
+
+ Bird Tracking with Path Visualization Using Ultralytics YOLO11 +
Fig-1: Bird Tracking with Path Visualization Using Ultralytics YOLO11.
+
### Step 1: Load the YOLO Model and Video @@ -207,6 +206,13 @@ cap.release() cv2.destroyAllWindows() ``` +It's time to watch the Output 🚀 +
+ +
+ ### Real World Applications There are many real-world applications for this, but a few where this idea can be used are mentioned below: