khaclinh commited on
Commit
611ea58
·
1 Parent(s): 874c8c0

Update testdata.py

Browse files
Files changed (1) hide show
  1. 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",