CropByLabelClassesd #994
Unanswered
oscarramirezs
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I guess you can include RandCropByLabelClassesd(keys=["image", "label"], label_key="label", spatial_size=None, ratios=None,
num_classes=3, num_samples=1, ), |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Im working in a projet and I need to cut the ct images in the same shape that the label,
that means all 0 in the label became
I am working on a project and I need to crop the ct images in the same way as the label, that means all 0' in the label became 0 in the CT as well;
I'm using RandCropByLabelClassesd
there is a way to do this with monai.transform?
someone can help me
sorry but im new on this
Oscar
Beta Was this translation helpful? Give feedback.
All reactions