KuAvLab commited on
Commit
47ff1d0
·
verified ·
1 Parent(s): b5772b8

Update EMT.py

Browse files
Files changed (1) hide show
  1. EMT.py +2 -2
EMT.py CHANGED
@@ -131,8 +131,8 @@ class EMT(datasets.GeneratorBasedBuilder):
131
  extracted_annotations = dl_manager.download_and_extract(annotation_urls)
132
 
133
  # Define paths
134
- train_annotation_path = os.path.join(extracted_annotations["train"], "annotations","EMT", "train")
135
- test_annotation_path = os.path.join(extracted_annotations["test"], "annotations","EMT", "test")
136
 
137
  train_image_path = extracted_images["train"]
138
  test_image_path = extracted_images["test"]
 
131
  extracted_annotations = dl_manager.download_and_extract(annotation_urls)
132
 
133
  # Define paths
134
+ train_annotation_path = os.path.join(extracted_annotations["train"],"EMT", "annotations", "train")
135
+ test_annotation_path = os.path.join(extracted_annotations["test"],"EMT", "annotations", "test")
136
 
137
  train_image_path = extracted_images["train"]
138
  test_image_path = extracted_images["test"]