Update testdata.py
Browse files- testdata.py +1 -1
testdata.py
CHANGED
@@ -54,7 +54,7 @@ required to submit final prediction files, which we shall proceed to evaluate.
|
|
54 |
"""
|
55 |
|
56 |
|
57 |
-
_REPO = "https://huggingface.co/datasets/khaclinh/testdata/
|
58 |
_URLS = {
|
59 |
"test": f"{_REPO}/fisheye.zip",
|
60 |
"annot": f"{_REPO}/annotations.zip",
|
|
|
54 |
"""
|
55 |
|
56 |
|
57 |
+
_REPO = "https://huggingface.co/datasets/khaclinh/testdata/resolve/main/data"
|
58 |
_URLS = {
|
59 |
"test": f"{_REPO}/fisheye.zip",
|
60 |
"annot": f"{_REPO}/annotations.zip",
|