Datasets:
Chengzu Li
commited on
Update topviewrs.py
Browse files- topviewrs.py +1 -1
topviewrs.py
CHANGED
@@ -34,7 +34,7 @@ TASK_SPLIT = ['top_view_recognition', 'top_view_localization', 'static_spatial_r
|
|
34 |
_URLS = {
|
35 |
"rgb_json": f"released_realistic_datasets.json",
|
36 |
"semantic_json": f"released_semantic_datasets.json",
|
37 |
-
"images": f"
|
38 |
}
|
39 |
|
40 |
|
|
|
34 |
_URLS = {
|
35 |
"rgb_json": f"released_realistic_datasets.json",
|
36 |
"semantic_json": f"released_semantic_datasets.json",
|
37 |
+
"images": f"released_data.zip"
|
38 |
}
|
39 |
|
40 |
|