wasserth / TotalSegmentator

Tool for robust segmentation of >100 important anatomical structures in CT and MR images
Apache License 2.0
1.3k stars 216 forks source link

Correct Tasks / Task IDs #326

Open staniPetrox opened 1 week ago

staniPetrox commented 1 week ago

Hey,

I might oversee things here, but I can access some segmentations only when I do task=total or total_mr. E.g. brain is not visible as a task, however with total as the task flag, I suddenly see it. Why is that? Is there a way around this, because running all tasks all the time takes too long for my application.

All the best, Benedikt

wasserth commented 4 days ago

For the total task you can set the argument --roi_subset brain to only get the brain. This should also make it run faster.