Murad Mebrahtu
commited on
Commit
·
15372ff
1
Parent(s):
f9fc69e
updated loading script
Browse files
EMT.py
CHANGED
@@ -24,7 +24,7 @@ This dataset includes 34,386 annotated frames collected over 57 minutes of drivi
|
|
24 |
"""
|
25 |
|
26 |
# Image archive URL
|
27 |
-
_IMAGE_ARCHIVE_URL = "https://huggingface.co/datasets/KuAvLab/EMT/
|
28 |
|
29 |
# Annotations URL (organized in train/test subfolders)
|
30 |
_ANNOTATION_REPO = "https://huggingface.co/datasets/KuAvLab/EMT/tree/main/annotations"
|
|
|
24 |
"""
|
25 |
|
26 |
# Image archive URL
|
27 |
+
_IMAGE_ARCHIVE_URL = "https://huggingface.co/datasets/KuAvLab/EMT/resolve/main/emt_images.tar.gz"
|
28 |
|
29 |
# Annotations URL (organized in train/test subfolders)
|
30 |
_ANNOTATION_REPO = "https://huggingface.co/datasets/KuAvLab/EMT/tree/main/annotations"
|