-
Notifications
You must be signed in to change notification settings - Fork 1.4k
decollate batch #1624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
decollate batch #1624
Conversation
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
|
this requires #1625 |
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! this could also be packaged as a post-processing transform? https://github.com/Project-MONAI/MONAI/blob/master/monai/transforms/post/dictionary.py#L33
|
I've added the |
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
bd13342 to
b9efa4d
Compare
|
Hi @rijobro , Thanks for developing this new feature, may I know what's the typical use cases? |
|
Hi @Nic-Ma of course. After the data loader, the data are collated. Images that were To perform the inverse transforms on images, I want to convert them back from My particular use case is for inverse transforms of a batch of images, but I'm sure this isn't the only use case for this functionality (for example, |
|
OK, I see, thanks for your explanation. |
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
|
not sure why it gives a circular import error in the container https://github.com/Project-MONAI/MONAI/runs/1977893666?check_suite_focus=true#step:3:32 I couldn't replicate the issue locally |
|
Hm, so all the different CI builds were OK, but the docker one is causing a problem? Is this using master branch (since it's already merged)? |
decollate a batch of data
#1515