Chris Oswald
commited on
Commit
·
2ff58bf
1
Parent(s):
3814fc5
debugging
Browse files
SPIDER.py
CHANGED
|
@@ -363,6 +363,8 @@ class SPIDER(datasets.GeneratorBasedBuilder):
|
|
| 363 |
print(f'# of training images: {len(train_image_files)}')
|
| 364 |
print(f'# of validation images: {len(validate_image_files)}')
|
| 365 |
print(f'# of testing images: {len(test_image_files)}')
|
|
|
|
|
|
|
| 366 |
|
| 367 |
# Import patient/scanner data and radiological gradings data
|
| 368 |
overview_data = import_csv_data(paths_dict['overview'])
|
|
|
|
| 363 |
print(f'# of training images: {len(train_image_files)}')
|
| 364 |
print(f'# of validation images: {len(validate_image_files)}')
|
| 365 |
print(f'# of testing images: {len(test_image_files)}')
|
| 366 |
+
|
| 367 |
+
print(train_image_files)
|
| 368 |
|
| 369 |
# Import patient/scanner data and radiological gradings data
|
| 370 |
overview_data = import_csv_data(paths_dict['overview'])
|