Update README.md
Browse files
README.md
CHANGED
|
@@ -15,17 +15,15 @@ datasets:
|
|
| 15 |
pipeline_tag: object-detection
|
| 16 |
library_name: ultralytics
|
| 17 |
---
|
| 18 |
-
|
| 19 |
-
# 🏍️ MotoReID:
|
| 20 |
-
|
| 21 |
<div>
|
| 22 |
-
|
| 23 |
A deep learning pipeline for **MotoGP team detection, tracking, and re-identification** from race broadcast footage. This system combines **YOLOv8** for robust object detection with **DINOv3** (Vision Transformer) embeddings for semantic team classification. It addresses specific challenges in high-speed sports computer vision: persistent identity tracking across extreme occlusions, rapid camera cuts, and motion blur. This project is in active development.
|
| 24 |
|
| 25 |
-
[](https://github.com/johnamit/mgp-detect)
|
| 26 |
-
|
| 27 |
</div>
|
| 28 |
|
|
|
|
|
|
|
| 29 |
## Model Overview
|
| 30 |
|
| 31 |
This repository contains trained model weights for the [MotoReID](https://github.com/johnamit/mgp-detect) project.
|
|
|
|
| 15 |
pipeline_tag: object-detection
|
| 16 |
library_name: ultralytics
|
| 17 |
---
|
|
|
|
|
|
|
|
|
|
| 18 |
<div>
|
| 19 |
+
<img src="MotoReID.png" alt="MotoReID" width="900">
|
| 20 |
A deep learning pipeline for **MotoGP team detection, tracking, and re-identification** from race broadcast footage. This system combines **YOLOv8** for robust object detection with **DINOv3** (Vision Transformer) embeddings for semantic team classification. It addresses specific challenges in high-speed sports computer vision: persistent identity tracking across extreme occlusions, rapid camera cuts, and motion blur. This project is in active development.
|
| 21 |
|
| 22 |
+
[](https://github.com/johnamit/mgp-detect)
|
|
|
|
| 23 |
</div>
|
| 24 |
|
| 25 |
+
|
| 26 |
+
|
| 27 |
## Model Overview
|
| 28 |
|
| 29 |
This repository contains trained model weights for the [MotoReID](https://github.com/johnamit/mgp-detect) project.
|