ENHANCE-PET / MOOSE

MOOSE (Multi-organ objective segmentation) a data-centric AI solution that generates multilabel organ segmentations to facilitate systemic TB whole-person research.The pipeline is based on nn-UNet and has the capability to segment 120 unique tissue classes from a whole-body 18F-FDG PET/CT image.
https://enhance.pet
GNU General Public License v3.0
191 stars 28 forks source link

BUG: Brain label error still persists #25

Closed josefyu closed 2 years ago

josefyu commented 2 years ago

Need to manually start again:

Calculated SUV image for SUV extraction!

chris-clem commented 2 years ago

Hello,

I am experiencing the same problem. Is there a way to solve it?

Thanks!

LalithShiyam commented 2 years ago

Hi @chris-clem, does your PET/CT image have a brain in the field of view? Sometimes the 2D-CNN that tries to figure out if the PET image has a brain or not tends to fail. I think the error you see might be caused due to this. If you know that your PET/CT image has no brain in the FOV, simply remove the PET DICOM folder and run with the CT folder. Ideally, it should just work.

chris-clem commented 2 years ago

Sorry for the late response. That was indeed the problem, thank you!