VBoussot commited on
Commit
610386a
·
verified ·
1 Parent(s): a424154

Update PresetDatabase.json

Browse files
Files changed (1) hide show
  1. PresetDatabase.json +3 -3
PresetDatabase.json CHANGED
@@ -26,15 +26,15 @@
26
  {
27
  "display_name": "IMPACT BSpline M730",
28
  "parameter_maps": [
29
- "ParameterMap_SynthRad2023_MRI_pelvisV3.txt"
30
  ],
31
  "models": [
32
- "VBoussot/impact-torchscript-models:TS/M730_8_Layers.pt"
33
  ],
34
  "preprocess_function": "Preprocess:standardize_MRI",
35
  "iterations": 1900,
36
  "short_description": "IMPACT-based multimodal BSpline registration with deep semantic features (M730)",
37
- "description": "A deformable BSpline registration using the IMPACT metric to align semantic features extracted from pretrained models (MIND + M730). Mutual information and bending energy are combined for additional robustness and regularization. The method uses 5 resolution levels."
38
  }
39
  ]
40
  }
 
26
  {
27
  "display_name": "IMPACT BSpline M730",
28
  "parameter_maps": [
29
+ "ParameterMap_Recommended.txt"
30
  ],
31
  "models": [
32
+ "VBoussot/impact-torchscript-models:TS/M730_2_Layers.pt"
33
  ],
34
  "preprocess_function": "Preprocess:standardize_MRI",
35
  "iterations": 1900,
36
  "short_description": "IMPACT-based multimodal BSpline registration with deep semantic features (M730)",
37
+ "description": "A deformable BSpline registration using the IMPACT metric to align semantic features extracted from pretrained models (MIND + M730). The method uses 4 resolution levels."
38
  }
39
  ]
40
  }