Jakob Wasserthal

Results 222 comments of Jakob Wasserthal

Maybe some of the nnU-Net processes run out of memory. Does it work with a smaller image?

The segmentations are not always pixel perfect. At the end of a image the segmentation can go into the black a bit. And sometimes segmentations can be a bit noisy....

Thanks for pointing this out. Unfortunately I am not very familiar with fury and vtk (those libraries provide the actor). I tried a few things but that did not change...

I did the same and i get this output: ![Screenshot from 2023-09-01 11-27-08](https://github.com/wasserth/TotalSegmentator/assets/26226563/1806ff94-5a9e-47cc-9ae9-670134f21e89)

It seems that quite recently pytorch finally added Conv3d to the nightly version. I pushed a commit to master to allow "mps" as device argument. I did not have a...

It seems that nnUNnet also uses ConvTranspose3D which is not yet supported. So mps is not working for now.

Unfortunately I can not reproduce this error. Therefore I am not sure what is going wrong.

Certainly! You can accomplish this with a Python script using the `nibabel` library to read the nifti file and `Pillow` (PIL) or `matplotlib` to save each slice as a BMP...

If you want to use totalsegmentator v1 you should use v1.5.7. Does it work when you try installing `pip install --upgrade totalsegmentator==1.5.7` Does it work after deleting `~/.totalsegmentator`? This will...

It seems that the background worker died. Maybe it ran out of memory because your image is very big. Have you tried with a smaller image?