Skip to content

Commit c8ca813

Browse files
Merge pull request #71 from Aman-G-upta/main
Updated the readme file
2 parents 0c3d276 + 9bf8b88 commit c8ca813

File tree

4 files changed

+48
-11
lines changed

4 files changed

+48
-11
lines changed

README.md

Lines changed: 47 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,56 @@
1-
# 🤖 YOLOv10 Object Tracking
1+
[![Typing SVG](https://readme-typing-svg.herokuapp.com?font=Fira+Code&size=25&pause=1000&color=F75C7E&center=true&width=900&lines=%23+%F0%9F%A4%96+YOLOv10+Object+Tracking)](https://git.io/typing-svg)
2+
<br>
23

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>
67

7-
## 🌍 Get Ready to Track Everything! Step into the YOLOv10 Object Tracking Universe! 🌌
88

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>
1343

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.
1644
<img src="https://user-images.githubusercontent.com/74038190/212284100-561aa473-3905-4a80-b561-0d28506553ee.gif" width="900">
1745

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+
1854
## 📋 Table of Contents
1955

2056
- [Features](#-features)

assets/GSSoC-Ext.png

99.7 KB
Loading

assets/hacktoberfest.png

23.4 KB
Loading

assets/image

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)