platipy
platipy copied to clipboard
Processing Library and Analysis Toolkit for Medical Imaging in Python
When running `run_hybrid_segmentation `on HPC clusters, it may report the following error: `urllib.error.URLError: `. This error is likely raised because the cluster nodes cannot access the data URL. Therefore, `run_hybrid_segmentation`...
For those inputs with whole-body PET/CT, the head had better to be cropped before input into Platipy, otherwise ITK may report errors in the segmentation stage.
Hello, I met this problem when I deal with [CPTAC-PDA](https://www.cancerimagingarchive.net/collection/cptac-pda/) CT data on windows 10. On about 10% of cases, convert_rtstruct only returns the result of images. The reproduce code...
Hey guys. I have been generating some cardiac substructures and the code has been really helpful and easy to use. One minor issue I have found is that in the...
Hello, I'm trying to use the Segmentation Cardiac Tool. After installing PyTorch and nnUnet and running the code, I get the following error. My setup MacOS BigSur 11.3.1, Python 3.9,...
Hi team, When using convert_rtstruct, if there's a hole in the structure in the dicom, this isn't retained. The resultant nii.gz fills in the hole in the structure. I noticed...
Hey, I wanted to check the image registration functionality. - I tried Bsplines with the script below, and got `ITK ERROR: ResampleImageFilter(000001848246B530): Interpolator not set` - The data I used...
Hey Phil, Good day! I hope you are doing great 🙃 As always, thanks so much for developing and maintaining Platipy - you know we are big fans! As part...
updated ImageVisualiser