Spaces:
Sleeping
Sleeping
gremlin97: Fixed readme req
Browse files- README.md +11 -0
- pyproject.toml +1 -0
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Mars Vision Leaderboard
|
| 2 |
|
| 3 |
A comprehensive leaderboard for evaluating computer vision models on Mars-specific datasets. This leaderboard tracks performance across multiple tasks including classification, object detection, and segmentation.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Mars Vision Leaderboard
|
| 3 |
+
emoji: 🚀
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.19.2"
|
| 8 |
+
app_file: run.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Mars Vision Leaderboard
|
| 13 |
|
| 14 |
A comprehensive leaderboard for evaluating computer vision models on Mars-specific datasets. This leaderboard tracks performance across multiple tasks including classification, object detection, and segmentation.
|
pyproject.toml
CHANGED
|
@@ -12,6 +12,7 @@ gradio = "^4.19.2"
|
|
| 12 |
pandas = "^2.2.0"
|
| 13 |
numpy = "^1.26.0"
|
| 14 |
plotly = "^5.18.0"
|
|
|
|
| 15 |
|
| 16 |
[tool.poetry.group.dev.dependencies]
|
| 17 |
black = "^24.1.0"
|
|
|
|
| 12 |
pandas = "^2.2.0"
|
| 13 |
numpy = "^1.26.0"
|
| 14 |
plotly = "^5.18.0"
|
| 15 |
+
huggingface-hub = {extras = ["cli"], version = "^0.29.3"}
|
| 16 |
|
| 17 |
[tool.poetry.group.dev.dependencies]
|
| 18 |
black = "^24.1.0"
|