feat: Add Hugging Face Space metadata to README
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Foot Calib Pos Image Processor
|
2 |
|
3 |
This project uses the TvCalib library to calculate the homography matrix for a football pitch image. This matrix allows mapping image points onto a standard 2D representation of the pitch (minimap).
|
@@ -105,19 +116,4 @@ The script will display:
|
|
105 |
|
106 |
* PyTorch, OpenCV, NumPy, PyTorch Lightning
|
107 |
* SoccerNet, Kornia, Hugging Face Transformers, Pillow
|
108 |
-
=======
|
109 |
-
---
|
110 |
-
title: Football Minimap Generator
|
111 |
-
emoji: 🐨
|
112 |
-
colorFrom: yellow
|
113 |
-
colorTo: yellow
|
114 |
-
sdk: gradio
|
115 |
-
sdk_version: 5.26.0
|
116 |
-
app_file: app.py
|
117 |
-
pinned: false
|
118 |
-
license: apache-2.0
|
119 |
-
short_description: 'A Gradio demo for Foot Calib Pos Image Processor: Creates mi'
|
120 |
-
---
|
121 |
-
|
122 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
123 |
|
|
|
1 |
+
---
|
2 |
+
title: Football Minimap Generator
|
3 |
+
emoji: ⚽️
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "4.28.3" # You can adjust if you use a specific version
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Foot Calib Pos Image Processor
|
13 |
|
14 |
This project uses the TvCalib library to calculate the homography matrix for a football pitch image. This matrix allows mapping image points onto a standard 2D representation of the pitch (minimap).
|
|
|
116 |
|
117 |
* PyTorch, OpenCV, NumPy, PyTorch Lightning
|
118 |
* SoccerNet, Kornia, Hugging Face Transformers, Pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
|