We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4993836 commit ff23148Copy full SHA for ff23148
mri_3d_photo_recon/scripts/recon_case.py
@@ -6,7 +6,9 @@
6
7
# Constants we shouldn't have to touch
8
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
+# 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
12
STEPS = [250, 150, 75] # Optimization steps at every resolution (per pass)
13
14
TOL = 1e-6 # Tolerance / threshold for convergence
0 commit comments