Difference between revisions of "2009 Winter Project Week:LesionSegmentationEfficiency"
From NAMIC Wiki
Hjbockholt (talk | contribs) |
Hjbockholt (talk | contribs) |
||
Line 19: | Line 19: | ||
<h1>Objective</h1> | <h1>Objective</h1> | ||
− | Improve the running time and memory use of the new lesion segmentation method. | + | Improve the running time and memory use of the new lesion segmentation method as the current module takes 90-120 minutes and up to 2 Gb of RAM. |
</div> | </div> |
Revision as of 18:59, 5 January 2009
Home < 2009 Winter Project Week:LesionSegmentationEfficiency
Key Investigators
Mark Scully, MIND
Jeremy Bockholt, MIND
Steve Piper
Objective
Improve the running time and memory use of the new lesion segmentation method as the current module takes 90-120 minutes and up to 2 Gb of RAM.
Approach, Plan
Review code to determine custom pieces that can be replaced with existing filters. Make the custom pieces that can't be replaced multi-thread capable. Locate inefficient memory use and improve it.
See what if anything could be made to work in GWE (Marcus)?
Progress