You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had excellent results of lung_vessels segmentation before (big thank you for the totalsegmentator team!), but it stops working now. Here's the error:
site-packages/totalsegmentator/python_api.py", line 358, in totalsegmentator
crop_mask[organ_seg_data == class_map_inv[roi]] = 1
~~~~~~~~~~~~~^^^^^
KeyError: 'lung_vessels'
I looked through the available roi_subset, lung_vessels are not in the list anymore. Is there an update? Thank you!
The text was updated successfully, but these errors were encountered:
Unfortunately I can not reproduce this issue. When I run it it works fine. Can you give more details: Which operating system and which TotalSegmentator version are you using?
@wasserth Thanks for your response. I figured out that in order to segment lung_vessels, I need to use task="lung_vessels" instead of roi_subset="lung_vessels". Is there a guideline when to use task and when to use roi_subset? Thanks for the great work!
I had excellent results of lung_vessels segmentation before (big thank you for the totalsegmentator team!), but it stops working now. Here's the error:
site-packages/totalsegmentator/python_api.py", line 358, in totalsegmentator
crop_mask[organ_seg_data == class_map_inv[roi]] = 1
~~~~~~~~~~~~~^^^^^
KeyError: 'lung_vessels'
I looked through the available roi_subset, lung_vessels are not in the list anymore. Is there an update? Thank you!
The text was updated successfully, but these errors were encountered: