Update EMT.py
Browse files
EMT.py
CHANGED
@@ -26,7 +26,7 @@ This dataset includes 34,386 annotated frames collected over 57 minutes of drivi
|
|
26 |
"""
|
27 |
|
28 |
# Annotation repository
|
29 |
-
_ANNOTATION_REPO = "https://huggingface.co/datasets/KuAvLab/EMT/
|
30 |
|
31 |
# Tar file URLs for images
|
32 |
_TRAIN_IMAGE_ARCHIVE_URL = "https://huggingface.co/datasets/KuAvLab/EMT/resolve/main/train_images.tar.gz"
|
|
|
26 |
"""
|
27 |
|
28 |
# Annotation repository
|
29 |
+
_ANNOTATION_REPO = "https://huggingface.co/datasets/KuAvLab/EMT/resolve/main/annotations/"
|
30 |
|
31 |
# Tar file URLs for images
|
32 |
_TRAIN_IMAGE_ARCHIVE_URL = "https://huggingface.co/datasets/KuAvLab/EMT/resolve/main/train_images.tar.gz"
|