wish44165 commited on
Commit
0cb1597
Β·
1 Parent(s): cad66ca
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +30 -32
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- title: YOLOv12-BOT-SORT Demo πŸš€
3
- emoji: πŸ“ˆ
4
  colorFrom: purple
5
  colorTo: indigo
6
  sdk: gradio
 
1
  ---
2
+ title: YOLOv12-BOT-SORT-ReID Demo
3
+ emoji: πŸš€
4
  colorFrom: purple
5
  colorTo: indigo
6
  sdk: gradio
app.py CHANGED
@@ -177,38 +177,36 @@ with gradio_app:
177
  """)
178
  gr.HTML(
179
  """
180
- <div style="text-align: center;">
181
- <h3>
182
- <!-- ArXiv -->
183
- <a href="https://arxiv.org/pdf/2503.17237">
184
- <img src="https://img.shields.io/badge/arXiv-2503.17237-b31b1b.svg" alt="arXiv">
185
- </a>
186
-
187
- <!-- Python Version -->
188
- <a href="https://www.python.org/downloads/release/python-3110/">
189
- <img src="https://img.shields.io/badge/python-3.11-blue.svg?logo=python&logoColor=gold" alt="Python 3.11">
190
- </a>
191
-
192
- <!-- Colab Notebook -->
193
- <a href="https://colab.research.google.com/drive/1x5T6woUdV6dD_T6qdYcKG04Q2iVVHGoD?usp=sharing">
194
- <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Colab Notebook">
195
- </a>
196
-
197
- <!-- Kaggle Notebook -->
198
- <a href="https://www.kaggle.com/code/yuhsi44165/yolov12-bot-sort/">
199
- <img src="https://img.shields.io/badge/Kaggle-Notebook-blue?logo=kaggle" alt="Kaggle Notebook">
200
- </a>
201
-
202
- <!-- Spartan @ UniMelb -->
203
- <a href="https://dashboard.hpc.unimelb.edu.au/">
204
- <img src="https://raw.githubusercontent.com/wish44165/wish44165/main/assets/unimelb_spartan.svg" alt="Spartan" height="20">
205
- </a>
206
-
207
- <!-- ResearchGate -->
208
- <a href="https://www.researchgate.net/publication/390114692_Strong_Baseline_Multi-UAV_Tracking_via_YOLOv12_with_BoT-SORT-ReID">
209
- <img src="https://img.shields.io/badge/ResearchGate-00CCBB?style=for-the-badge&logo=ResearchGate&logoColor=white" alt="ResearchGate">
210
- </a>
211
- </h3>
212
  </div>
213
  """)
214
  with gr.Row():
 
177
  """)
178
  gr.HTML(
179
  """
180
+ <div style="display: flex; justify-content: center; align-items: center; gap: 10px; white-space: nowrap; overflow-x: auto;">
181
+ <!-- ArXiv -->
182
+ <a href="https://arxiv.org/pdf/2503.17237">
183
+ <img src="https://img.shields.io/badge/arXiv-2503.17237-b31b1b.svg" alt="arXiv">
184
+ </a>
185
+
186
+ <!-- Python Version -->
187
+ <a href="https://www.python.org/downloads/release/python-3110/">
188
+ <img src="https://img.shields.io/badge/python-3.11-blue.svg?logo=python&logoColor=gold" alt="Python 3.11">
189
+ </a>
190
+
191
+ <!-- Colab Notebook -->
192
+ <a href="https://colab.research.google.com/drive/1x5T6woUdV6dD_T6qdYcKG04Q2iVVHGoD?usp=sharing">
193
+ <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Colab Notebook">
194
+ </a>
195
+
196
+ <!-- Kaggle Notebook -->
197
+ <a href="https://www.kaggle.com/code/yuhsi44165/yolov12-bot-sort/">
198
+ <img src="https://img.shields.io/badge/Kaggle-Notebook-blue?logo=kaggle" alt="Kaggle Notebook">
199
+ </a>
200
+
201
+ <!-- Spartan @ UniMelb -->
202
+ <a href="https://dashboard.hpc.unimelb.edu.au/">
203
+ <img src="https://raw.githubusercontent.com/wish44165/wish44165/main/assets/unimelb_spartan.svg" alt="Spartan" height="20">
204
+ </a>
205
+
206
+ <!-- ResearchGate -->
207
+ <a href="https://www.researchgate.net/publication/390114692_Strong_Baseline_Multi-UAV_Tracking_via_YOLOv12_with_BoT-SORT-ReID">
208
+ <img src="https://img.shields.io/badge/ResearchGate-00CCBB?style=for-the-badge&logo=ResearchGate&logoColor=white" alt="ResearchGate">
209
+ </a>
 
 
210
  </div>
211
  """)
212
  with gr.Row():