Commit
·
2773196
1
Parent(s):
1e8b7f8
Update football-object-detection.py
Browse files- football-object-detection.py +12 -1
football-object-detection.py
CHANGED
|
@@ -8,7 +8,18 @@ import datasets
|
|
| 8 |
_HOMEPAGE = "https://universe.roboflow.com/augmented-startups/football-player-detection-kucab"
|
| 9 |
_LICENSE = "CC BY 4.0"
|
| 10 |
_CITATION = """\
|
| 11 |
-
football
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
"""
|
| 13 |
_URLS = {
|
| 14 |
"train": "https://huggingface.co/datasets/keremberke/football-object-detection/resolve/main/data/train.zip",
|
|
|
|
| 8 |
_HOMEPAGE = "https://universe.roboflow.com/augmented-startups/football-player-detection-kucab"
|
| 9 |
_LICENSE = "CC BY 4.0"
|
| 10 |
_CITATION = """\
|
| 11 |
+
@misc{ football-player-detection-kucab_dataset,
|
| 12 |
+
title = { Football-Player-Detection Dataset },
|
| 13 |
+
type = { Open Source Dataset },
|
| 14 |
+
author = { Augmented Startups },
|
| 15 |
+
howpublished = { \url{ https://universe.roboflow.com/augmented-startups/football-player-detection-kucab } },
|
| 16 |
+
url = { https://universe.roboflow.com/augmented-startups/football-player-detection-kucab },
|
| 17 |
+
journal = { Roboflow Universe },
|
| 18 |
+
publisher = { Roboflow },
|
| 19 |
+
year = { 2022 },
|
| 20 |
+
month = { nov },
|
| 21 |
+
note = { visited on 2022-12-29 },
|
| 22 |
+
}
|
| 23 |
"""
|
| 24 |
_URLS = {
|
| 25 |
"train": "https://huggingface.co/datasets/keremberke/football-object-detection/resolve/main/data/train.zip",
|