We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4076cbe + 283fca4 commit 3120221Copy full SHA for 3120221
utilities/data_simulation/Download_data.py
@@ -27,4 +27,7 @@ def download_data(force=False):
27
if force or not os.path.exists('Data'):
28
# Unzip the file
29
unzip_file('OSIPI_TF24_data_phantoms.zip', '.')
30
- os.chdir(curdir)
+ os.chdir(curdir)
31
+
32
+if __name__ == "__main__":
33
+ download_data(force=True)
0 commit comments