Chris Oswald
commited on
Commit
·
25cca1f
1
Parent(s):
49b2bed
debugging
Browse files
SPIDER.py
CHANGED
|
@@ -516,6 +516,7 @@ class SPIDER(datasets.GeneratorBasedBuilder):
|
|
| 516 |
image_array_original,
|
| 517 |
resize_shape,
|
| 518 |
nearest_neighbor_interpolation=False,
|
|
|
|
| 519 |
)
|
| 520 |
|
| 521 |
# Load .mha mask file
|
|
|
|
| 516 |
image_array_original,
|
| 517 |
resize_shape,
|
| 518 |
nearest_neighbor_interpolation=False,
|
| 519 |
+
mode='edge',
|
| 520 |
)
|
| 521 |
|
| 522 |
# Load .mha mask file
|