Chris Oswald
commited on
Commit
•
25f1b8b
1
Parent(s):
b9661d6
debugging
Browse files
SPIDER.py
CHANGED
@@ -499,6 +499,7 @@ class SPIDER(datasets.GeneratorBasedBuilder):
|
|
499 |
## Generate next example
|
500 |
# ----------------------
|
501 |
for example in image_files:
|
|
|
502 |
|
503 |
# Extract linking data
|
504 |
scan_id = example.replace('.mha', '')
|
|
|
499 |
## Generate next example
|
500 |
# ----------------------
|
501 |
for example in image_files:
|
502 |
+
print(example)
|
503 |
|
504 |
# Extract linking data
|
505 |
scan_id = example.replace('.mha', '')
|