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

Implement transformations for Miccai 2D #21

Closed
3 tasks done
MrinalJain17 opened this issue Oct 17, 2020 · 0 comments
Closed
3 tasks done

Implement transformations for Miccai 2D #21

MrinalJain17 opened this issue Oct 17, 2020 · 0 comments

Comments

@MrinalJain17
Copy link
Owner

MrinalJain17 commented Oct 17, 2020

The transformations should be applied to both images and the masks (except like normalization)

  • Windowing: Use brain, bone, and soft tissue windowing as 3 stacked channels. Added in Implemented pytorch datasets and transforms for 2D Miccai #22
  • Normalization: Get normalized values corresponding to each windowing type. Done in commit d7996cc
  • Defaults: Implement some set of base/default transformations that can be used directly in a dataloader. Added a sample in commit 5538bc1. Other transformations can be experimented later, with a similar format.
MrinalJain17 added a commit that referenced this issue Oct 19, 2020
- Implemented the pytorch dataset as discussed in #20
- Implemented the transforms (windowing as 3 separate channels) compatible with datasets as discussed in #21
- Changed how Miccai is converted and stored to 2D format. It's much more optimized for use with dataloaders now.
MrinalJain17 added a commit that referenced this issue Oct 20, 2020
- More transforms can be experimented with later, and the format will essentially remain the same.
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

No branches or pull requests

1 participant