Murad Mebrahtu commited on
Commit
f9fc69e
·
1 Parent(s): 162faa0

updated loading script

Browse files
Files changed (1) hide show
  1. EMT.py +2 -1
EMT.py CHANGED
@@ -27,7 +27,8 @@ This dataset includes 34,386 annotated frames collected over 57 minutes of drivi
27
  _IMAGE_ARCHIVE_URL = "https://huggingface.co/datasets/KuAvLab/EMT/blob/main/emt_images.tar.gz"
28
 
29
  # Annotations URL (organized in train/test subfolders)
30
- _ANNOTATION_REPO = "https://huggingface.co/datasets/Murdism/EMT/resolve/main/annotations"
 
31
 
32
  _GT_OBJECT_CLASSES = {
33
  0: "Pedestrian",
 
27
  _IMAGE_ARCHIVE_URL = "https://huggingface.co/datasets/KuAvLab/EMT/blob/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"
31
+ # "https://huggingface.co/datasets/Murdism/EMT/resolve/main/annotations"
32
 
33
  _GT_OBJECT_CLASSES = {
34
  0: "Pedestrian",