Deep-MI / FatSegNet

Deep CNN for Abdominal Adipose Tissue Segmentation on Dixon MRI
Apache License 2.0
22 stars 12 forks source link

Update (spacing, origin) target volumes #4

Closed bernland closed 4 years ago

bernland commented 4 years ago

In order to overlay the original volume with the predicted segmentations, both the FatSegNet default spacing (1.9531, 1.9531, 5.0) and the translation of the origin (due to cropping/padding) need to be added to the target volume header.

Before: Before

After: After