-
I have do some experiments ith theses clases and they not support batched images |
Beta Was this translation helpful? Give feedback.
Answered by
Nic-Ma
May 26, 2022
Replies: 1 comment 1 reply
-
Hi @YerePhy , We usually decollate a batch data and execute postprocessing transforms for every item, for more details please check: Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
YerePhy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @YerePhy ,
We usually decollate a batch data and execute postprocessing transforms for every item, for more details please check:
https://github.com/Project-MONAI/tutorials/blob/main/modules/decollate_batch.ipynb
Thanks.