Skip to content

Optimization for long_fastsurfer, one view only for skull stripping#659

Closed
dkuegler wants to merge 0 commit into
Deep-MI:devfrom
dkuegler:feature/long-only-one-view
Closed

Optimization for long_fastsurfer, one view only for skull stripping#659
dkuegler wants to merge 0 commit into
Deep-MI:devfrom
dkuegler:feature/long-only-one-view

Conversation

@dkuegler
Copy link
Copy Markdown
Member

This PR optimizes fastsurfer so that the skull stripping needed for longitudinal registration only uses one fastsurfer view.

Currently, run_prediction cannot be configured to only run on one view. But if it could, long_prepare_template would likely only need one view to compute the brainmask. Maybe we can even deactivate aseg and asegdkt output to save up time and disk space. This would then speed up this initial step.

Step 1: Modify run_prediction so the user is able to "deselect" views that should not be included. Syntax (example) --cfg_ax none

Step 2 (optional) Modify run_predicrion so the user is able to "deselect" certain outputs. Syntax: no --aseg_name means no aseg, unsure about --asegdkt_segfile maybe none.

Step 3: Test how reliable different view predict the brainmask.

Step 4: implement the best view for long_prepare_template.sh.

Step 5: Test impact on longitudinal pipeline.

@dkuegler dkuegler self-assigned this Feb 12, 2025
@dkuegler dkuegler added the enhancement New feature or request label Feb 12, 2025
@dkuegler
Copy link
Copy Markdown
Member Author

Step 1 accomplished

@dkuegler dkuegler force-pushed the feature/long-only-one-view branch from 852fdb4 to da32765 Compare February 17, 2025 11:05
@dkuegler dkuegler force-pushed the feature/long-only-one-view branch from da32765 to bbcf003 Compare March 10, 2025 15:07
@dkuegler dkuegler force-pushed the feature/long-only-one-view branch from bbcf003 to abb2cfe Compare May 21, 2025 16:09
@dkuegler dkuegler closed this May 21, 2025
@dkuegler dkuegler force-pushed the feature/long-only-one-view branch from abb2cfe to 931607e Compare May 21, 2025 17:28
@dkuegler dkuegler deleted the feature/long-only-one-view branch August 19, 2025 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant