Create README.md
Browse filesA model to detect players, football and referee in any given video file
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
base_model:
|
5 |
+
- Ultralytics/YOLO11
|
6 |
+
pipeline_tag: object-detection
|
7 |
+
tags:
|
8 |
+
- soccer
|
9 |
+
- football
|
10 |
+
- player
|
11 |
+
- ball
|
12 |
+
- referee
|
13 |
+
- detection
|
14 |
+
- analysis
|
15 |
+
---
|