|
1 | | -# 🤖 YOLOv10 Object Tracking |
| 1 | +[](https://git.io/typing-svg) |
| 2 | +<br> |
2 | 3 |
|
3 | | -<div style="text-align: center;"> |
4 | | - <img src="https://github.com/user-attachments/assets/ad6c0817-c112-4936-86a9-578190e5fd89" alt="welcome-gif-24" width="300" /> |
5 | | -</div> |
| 4 | +<p align="center"> |
| 5 | + <img src="https://github.com/user-attachments/assets/ad6c0817-c112-4936-86a9-578190e5fd89" alt="welcome-gif-24" width="300" /> |
| 6 | +</p> |
6 | 7 |
|
7 | | -## 🌍 Get Ready to Track Everything! Step into the YOLOv10 Object Tracking Universe! 🌌 |
8 | 8 |
|
9 | | -<div style="display: flex; align-items: center;"> |
10 | | - <img src="https://img.shields.io/github/stars/MAVERICK-VF142/Object_tracking_in_360_video" alt="Repo Stars" width="120" style="margin-right: 10px;" /> |
11 | | - <img src="https://img.shields.io/github/forks/MAVERICK-VF142/Object_tracking_in_360_video" alt="Forks" width="120" style="margin-right: 10px;" /> |
12 | | - <img src="https://img.shields.io/github/issues/MAVERICK-VF142/Object_tracking_in_360_video" alt="Issues" width="120" style="margin-right: 10px;" /> |
| 9 | +<img src="https://user-images.githubusercontent.com/74038190/212284100-561aa473-3905-4a80-b561-0d28506553ee.gif" width="900"> |
| 10 | + |
| 11 | + |
| 12 | +## 📋 Participating Programs |
| 13 | + |
| 14 | +| Program | Logo | Description | |
| 15 | +|-----------------------|------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------| |
| 16 | +| GSSoC'2024-Extd | <img src="assets/GSSoC-Ext.png" width="120px" alt="GSSoC Logo"> | A coding period from October 1st to October 30th, inviting contributions and providing a rewarding experience. | |
| 17 | +| Hacktoberfest 2024 | <img src="assets/hacktoberfest.png" width="120px" alt="Hacktoberfest Logo"> | Hacktoberfest celebrates open-source, inviting all levels to participate throughout October. | |
| 18 | + |
| 19 | +--- |
| 20 | + |
| 21 | +## 📊 Project Metrics |
| 22 | + |
| 23 | +<table align="center"> |
| 24 | + <thead align="center"> |
| 25 | + <tr> |
| 26 | + <td><b>🌟 Stars</b></td> |
| 27 | + <td><b>🍴 Forks</b></td> |
| 28 | + <td><b>🐛 Issues</b></td> |
| 29 | + <td><b>🔔 Open PRs</b></td> |
| 30 | + <td><b>🔕 Closed PRs</b></td> |
| 31 | + </tr> |
| 32 | + </thead> |
| 33 | + <tbody> |
| 34 | + <tr> |
| 35 | + <td><img alt="Stars" src="https://img.shields.io/github/stars/MAVERICK-VF142/Object_tracking_in_360_video?style=flat&logo=github"/></td> |
| 36 | + <td><img alt="Forks" src="https://img.shields.io/github/forks/MAVERICK-VF142/Object_tracking_in_360_video?style=flat&logo=github"/></td> |
| 37 | + <td><img alt="Issues" src="https://img.shields.io/github/issues/MAVERICK-VF142/Object_tracking_in_360_video?style=flat&logo=github"/></td> |
| 38 | + <td><img alt="Open Pull Requests" src="https://img.shields.io/github/issues-pr/MAVERICK-VF142/Object_tracking_in_360_video?style=flat&logo=github"/></td> |
| 39 | + <td><img alt="Closed Pull Requests" src="https://img.shields.io/github/issues-pr-closed/MAVERICK-VF142/Object_tracking_in_360_video?style=flat&color=green&logo=github"/></td> |
| 40 | + </tr> |
| 41 | + </tbody> |
| 42 | +</table> |
13 | 43 |
|
14 | | -</div> |
15 | | -This repository contains a Python script for real-time object tracking using YOLOv10 and OpenCV. It allows you to select an object in a video frame, track it, and display its coordinates in real-time. |
16 | 44 | <img src="https://user-images.githubusercontent.com/74038190/212284100-561aa473-3905-4a80-b561-0d28506553ee.gif" width="900"> |
17 | 45 |
|
| 46 | + |
| 47 | + |
| 48 | +## 🌍 Get Ready to Track Everything! Step into the YOLOv10 Object Tracking Universe! 🌌 |
| 49 | + |
| 50 | +This repository contains a Python script for real-time object tracking using YOLOv10 and OpenCV. It allows you to select an object in a video frame, track it, and display its coordinates in real-time. |
| 51 | + |
| 52 | + |
| 53 | + |
18 | 54 | ## 📋 Table of Contents |
19 | 55 |
|
20 | 56 | - [Features](#-features) |
|
0 commit comments