Replies: 1 comment
-
Hi @JunMa11 , You can follow the new Thanks. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Dear MONAI Team,
Thanks for the awesome work!
I created a simple transform followed this tutorial
https://github.com/Project-MONAI/MONAIBootcamp2021/blob/main/day1/1.%20Getting%20Started%20with%20MONAI.ipynb
However, I found that part of the meta information were missed in
test_tensor
, e.g.,filename_or_obj
How to keep the meta information in the custom transform?
Furthermore, after obtaining the segmentations of the batch input, is there a way to save the segmentation results in a batch? The expected segmentation names are the same as the image names.
Beta Was this translation helpful? Give feedback.
All reactions