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

1565 Adding VoxelMorph tutorial on OASIS dataset #1566

Merged
merged 11 commits into from
Nov 17, 2023

Conversation

kvttt
Copy link
Contributor

@kvttt kvttt commented Nov 12, 2023

Fixes #1565.

Description

Added VoxelMorph tutorial on Learn2Reg 2021 Task 3 (OASIS dataset).

Checks

  • Avoid including large-size files in the PR.
  • Clean up long text outputs from code cells in the notebook.
  • For security purposes, please check the contents and remove any sensitive info such as user names and private key.
  • Ensure (1) hyperlinks and markdown anchors are working (2) use relative paths for tutorial repo files (3) put figure and graphs in the ./figure folder
  • Notebook runs automatically ./runner.sh -t <path to .ipynb file>. Execution takes ~2 mins, output of runner.sh below:
Executing: 100%|████████████████████████████████████████████████████████████████████| 37/37 [02:19<00:00,  3.76s/cell]
/home/kaibo/miniforge3/envs/tutorial/lib/python3.8/site-packages/papermill/iorw.py:153: UserWarning: the file is not specified with any extension : -
  warnings.warn(

real    2m19.352s
user    5m54.674s
sys     5m3.732s

Testing finished. All 1 executed tests passed!

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@kvttt
Copy link
Contributor Author

kvttt commented Nov 12, 2023

@nvahmadi :)

@kvttt kvttt marked this pull request as draft November 12, 2023 01:11
@kvttt kvttt marked this pull request as ready for review November 12, 2023 16:35
Copy link
Contributor

@KumoLiu KumoLiu left a comment

Choose a reason for hiding this comment

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

Thanks for the great tutorial. Looks good to me!

README.md Outdated Show resolved Hide resolved
@KumoLiu KumoLiu requested review from ericspod and Nic-Ma November 16, 2023 06:00
@KumoLiu KumoLiu merged commit 357d2d1 into Project-MONAI:main Nov 17, 2023
5 checks passed
boneseva pushed a commit to boneseva/MONAI-tutorials that referenced this pull request Apr 21, 2024
Fixes Project-MONAI#1565.

### Description
Added VoxelMorph tutorial on Learn2Reg 2021 Task 3 (OASIS dataset).

### Checks
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Avoid including large-size files in the PR.
- [x] Clean up long text outputs from code cells in the notebook.
- [x] For security purposes, please check the contents and remove any
sensitive info such as user names and private key.
- [x] Ensure (1) hyperlinks and markdown anchors are working (2) use
relative paths for tutorial repo files (3) put figure and graphs in the
`./figure` folder
- [x] Notebook runs automatically `./runner.sh -t <path to .ipynb
file>`. Execution takes ~2 mins, output of `runner.sh` below:

```
Executing: 100%|████████████████████████████████████████████████████████████████████| 37/37 [02:19<00:00,  3.76s/cell]
/home/kaibo/miniforge3/envs/tutorial/lib/python3.8/site-packages/papermill/iorw.py:153: UserWarning: the file is not specified with any extension : -
  warnings.warn(

real    2m19.352s
user    5m54.674s
sys     5m3.732s

Testing finished. All 1 executed tests passed!
```

---------

Signed-off-by: kaibo <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: YunLiu <[email protected]>
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.

Add VoxelMorph tutorial
2 participants