Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentations of subtasks not working - heartchambers_highres, atrial_appendage_left #420

Open
lauraangeja opened this issue Jan 27, 2025 · 1 comment

Comments

@lauraangeja
Copy link

lauraangeja commented Jan 27, 2025

Hi!

Thank you for having this repo available and organized!

I used TotaSegmentator on 100 cases, using two task commands, the heartchambers_highres and the total (--roi_subset = atrial_appendage_left).
It didn't work in any of the ct scans for the atrial_appendage_left, pulmonary_artery and aorta. The stats.json of these structures is 0, and after visual inspection I also confirmed it. Do you know why this might be happening?
{
"heart_myocardium": {
"volume": 117070.72748838365,
"intensity": 164.7
},
"heart_atrium_left": {
"volume": 96359.72849517316,
"intensity": 490.17
},
"heart_ventricle_left": {
"volume": 117325.70771960914,
"intensity": 448.85
},
"heart_atrium_right": {
"volume": 140172.68300115317,
"intensity": 168.65
},
"heart_ventricle_right": {
"volume": 178846.4075764194,
"intensity": 179.89
},
"aorta": {
"volume": 0.0,
"intensity": 0.0
},
"pulmonary_artery": {
"volume": 0.0,
"intensity": 0.0
},
"atrial_appendage_left": {
"volume": 0.0,
"intensity": 0.0
}
}
This is a combined file of the statistics.json of both tasks.

I did:

echo "Processing file: $file_name"
TotalSegmentator -i "$file_path" \
                 -o "$file_output_dir" \
                 -ta heartchambers_highres \
                 --statistics 
                 

TotalSegmentator -i "$file_path" \
                 -o "$file_output_dir" \
                 --roi_subset $roi_subset \
                 --statistics         
@wasserth
Copy link
Owner

Does your image contain the original HU values or were the intensity ranges modified?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants