CropForeground not working #6898
Unanswered
oscarramirezs
asked this question in
Q&A
Replies: 1 comment 12 replies
-
Hi @oscarramirezs, thanks for your interest here. If you want to crop both image and label, you could use MONAI/monai/transforms/croppad/dictionary.py Lines 709 to 719 in 2daabf9 If you are still having issues, could you please provide a small piece of code and data so that I can reproduce your issue? |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm working on a project segmenting two bone from CT the images are 512x512. (The number of images can vary).
My issue is that I need to create a nifti output for each bone without any background.
However, when I do this, the coordinates of each bone are shifted compared to the original.
this is the output of my model
can someone help me?
thanks
Oscar
Beta Was this translation helpful? Give feedback.
All reactions