-
Notifications
You must be signed in to change notification settings - Fork 739
Add a tutorial demonstrating 2D image restoration using the MONAI Restormer model. #1987
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
Conversation
Introduce a tutorial demonstrating 2D image restoration using the MONAI Restormer model. This notebook covers setting up the environment, loading data, initializing a small Restormer model configuration, training with SSIMLoss, and visualizing the restoration results on noisy images.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
DCO Remediation Commit for Cano-Muniz, Santiago <[email protected]> I, Cano-Muniz, Santiago <[email protected]>, hereby add my Signed-off-by to this commit: 3dda461 I, Cano-Muniz, Santiago <[email protected]>, hereby add my Signed-off-by to this commit: 4f72fb2 I, Cano-Muniz, Santiago <[email protected]>, hereby add my Signed-off-by to this commit: 1296d58 Signed-off-by: Cano-Muniz, Santiago <[email protected]>
for more information, see https://pre-commit.ci
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.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
- Refer to original paper - Install MONAI from weekly - Rename movig/fixed had to noisy/original hand Signed-off-by: Cano-Muniz, Santiago <[email protected]>
- Change all moving, movig_hand and so on for noisy for clearer text. - Run ./runner.sh --autofix -t 2d_regression/image_restoration.ipynb Signed-off-by: Cano-Muniz, Santiago <[email protected]>
Signed-off-by: Cano-Muniz, Santiago <[email protected]>
Signed-off-by: Cano-Muniz, Santiago <[email protected]>
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.
Looks good to me now, thanks!
Add a tutorial demonstrating 2D image restoration using the MONAI Restormer model.
Fixes: Completes issue from main MONAI repo: #8261
None
Description
This notebook covers setting up the environment, loading data, initializing a small Restormer model configuration, training a small-scale demonstrative example with the Restorme,r and visualizing the restoration results on noisy images.
Checks
./figure
folder./runner.sh -t <path to .ipynb file>