Chris Oswald
commited on
Commit
·
863a319
1
Parent(s):
f807446
debugging
Browse files
SPIDER.py
CHANGED
|
@@ -412,6 +412,10 @@ class SPIDER(datasets.GeneratorBasedBuilder):
|
|
| 412 |
test_image_files = test_image_files[:10]
|
| 413 |
test_mask_files = test_mask_files[:10]
|
| 414 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 415 |
return [
|
| 416 |
datasets.SplitGenerator(
|
| 417 |
name=datasets.Split.TRAIN,
|
|
|
|
| 412 |
test_image_files = test_image_files[:10]
|
| 413 |
test_mask_files = test_mask_files[:10]
|
| 414 |
|
| 415 |
+
print(f'# of training images: {len(train_image_files)}')
|
| 416 |
+
print(f'# of validation images: {len(validate_image_files)}')
|
| 417 |
+
print(f'# of testing images: {len(test_image_files)}')
|
| 418 |
+
|
| 419 |
return [
|
| 420 |
datasets.SplitGenerator(
|
| 421 |
name=datasets.Split.TRAIN,
|