Datasets:
ArXiv:
License:
Update medianomaly.py
Browse files- medianomaly.py +1 -0
medianomaly.py
CHANGED
@@ -66,6 +66,7 @@ def _split_generators(self, dl_manager):
|
|
66 |
if config_name not in _URLS:
|
67 |
raise NotImplementedError(f"{config_name} is not implemented in Medianomaly.")
|
68 |
archive_path = dl_manager.download_and_extract(_URLS[config_name])
|
|
|
69 |
|
70 |
if config_name == "rsna":
|
71 |
data_dir = os.path.join(archive_path, config_name)
|
|
|
66 |
if config_name not in _URLS:
|
67 |
raise NotImplementedError(f"{config_name} is not implemented in Medianomaly.")
|
68 |
archive_path = dl_manager.download_and_extract(_URLS[config_name])
|
69 |
+
print(archive_path)
|
70 |
|
71 |
if config_name == "rsna":
|
72 |
data_dir = os.path.join(archive_path, config_name)
|