Update testdata.py
Browse files- testdata.py +1 -1
testdata.py
CHANGED
|
@@ -49,7 +49,7 @@ required to submit final prediction files, which we shall proceed to evaluate.
|
|
| 49 |
"""
|
| 50 |
|
| 51 |
|
| 52 |
-
_REPO = "https://huggingface.co/datasets/testdata/main/data"
|
| 53 |
_URLS = {
|
| 54 |
"test": f"{_REPO}/fisheye.zip",
|
| 55 |
"annot": f"{_REPO}/annotations.zip",
|
|
|
|
| 49 |
"""
|
| 50 |
|
| 51 |
|
| 52 |
+
_REPO = "https://huggingface.co/datasets/khaclinh/testdata/blob/main/data"
|
| 53 |
_URLS = {
|
| 54 |
"test": f"{_REPO}/fisheye.zip",
|
| 55 |
"annot": f"{_REPO}/annotations.zip",
|