johnamit commited on
Commit
893a0c6
·
verified ·
1 Parent(s): 0a708dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
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
- [![GitHub](https://img.shields.io/badge/GitHub-Repository-181717?style=for-the-badge&logo=github)](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
+ [![GitHub](https://img.shields.io/badge/GitHub-Repository-181717?style=for-the-badge&logo=github)](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.