Skip to content
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

Add Raw Transform - nnUNet #170

Merged
merged 5 commits into from
Nov 28, 2023
Merged

Conversation

anwai98
Copy link
Contributor

@anwai98 anwai98 commented Nov 27, 2023

Creating a base class and child class (for CT/PET-CT normalization scheme) for the raw transformation implementation.
(maybe it's better if I handle inputs as tensors in the raw transform (instead of arrays as of now), but not 100% sure)

@anwai98
Copy link
Contributor Author

anwai98 commented Nov 28, 2023

@constantinpape This looks good to go (as discussed)

Copy link
Owner

@constantinpape constantinpape left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I realized there is a bit more subtlety to this.

@anwai98
Copy link
Contributor Author

anwai98 commented Nov 28, 2023

I updated the raw transform now. It expects channels (modalities) first, and does the transformation automatically for the entire multi-modal input(s) (considering the inputs are 2 * H * W * D - for our case).

@anwai98
Copy link
Contributor Author

anwai98 commented Nov 28, 2023

This is taken care of now (with the mentions). Thanks!

@constantinpape constantinpape merged commit f36553a into constantinpape:main Nov 28, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants