Skip to content

Commit ff23148

Browse files
authored
Update recon_case.py to solve problems with ML slice imputation
1 parent 4993836 commit ff23148

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mri_3d_photo_recon/scripts/recon_case.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
# Constants we shouldn't have to touch
88
RESOLUTIONS = [4, 2, 1] # Resolutions at which we work (in mm)
9-
RESOLUTION_OUTPUT = 0.5 # Resolution for final 3D recon (in mm); will be ignored (set to 1mm) if weights are provided
9+
# Solves problems with machine learning imputation
10+
# RESOLUTION_OUTPUT = 0.5 # Resolution for final 3D recon (in mm); will be ignored (set to 1mm) if weights are provided
11+
RESOLUTION_OUTPUT = 1.0
1012
STEPS = [250, 150, 75] # Optimization steps at every resolution (per pass)
1113

1214
TOL = 1e-6 # Tolerance / threshold for convergence

0 commit comments

Comments
 (0)