Skip to content

Commit c08ca38

Browse files
Add logs to mean image generation
1 parent d21c7b2 commit c08ca38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

postprocess/postprocess_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def get_mean_image(self, inputs: list, batch_size: int) -> nib.Nifti1Image:
7575
total_sum += batch_sum
7676

7777
count += len(batch_paths)
78+
print(f"Summed [{count} / {total}] images")
7879

7980
print("Calculating the mean image...")
8081
mean_image = total_sum / count

0 commit comments

Comments
 (0)