Closed mattragoza closed 11 months ago
The CT image does not have the original intensity values anymore, but they were normalized/changed. Use the CT image with the original HU values (e.g. air das intensity of roughly -900).
Could you provide descriptive statistics for the training data, i.e. mean and variance or median and IQR? I don't have access to unnormalized versions of this particular data set, this is how the data were provided. An estimate would be fine, I just don't want to modify my data in an unprincipled way
I was able to determine that the images were normalized by subtracting 1000, adding it back seemed to fix the segmentation masks.
Hello, thank you for providing this tool and making it easy to use. I am trying to use TS for lung segmentation in CT images. I would like masks of the lung lobes, vessels, airways, and combined lung masks.
I am applying the segmentation to a public 4DCT lung dataset from this link: https://med.emory.edu/departments/radiation-oncology/research-laboratories/deformable-image-registration/downloads-and-reference-data/4dct.html
Here is my basic script for running the segmentation (after converting the images to NIFTI format):
The preview.png image for the vessel segmentation is ok, but the regular lung segmentation appears to be mostly zero. In fact when I take a sum of the combined lung mask it has only 20 nonzero voxels. Here are the preview.png images:
statistics.json
What am I doing wrong?