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 VoxelMorph tutorial #1565

Closed
kvttt opened this issue Nov 3, 2023 · 0 comments · Fixed by #1566
Closed

Add VoxelMorph tutorial #1565

kvttt opened this issue Nov 3, 2023 · 0 comments · Fixed by #1566
Assignees

Comments

@kvttt
Copy link
Contributor

kvttt commented Nov 3, 2023

Is your feature request related to a problem? Please describe.
Going off of a previous comment on the recently added VoxelMorph module. It would be helpful to create a corresponding tutorial on task 3 of Learn2Reg 2021 challenge.

Describe the solution you'd like
A tutorial using the VoxelMorph module. Feel free to assign me to this issue. :)

KumoLiu added a commit that referenced this issue Nov 17, 2023
Fixes #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 <ktang@unc.edu>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
boneseva pushed a commit to boneseva/MONAI-tutorials that referenced this issue 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 <ktang@unc.edu>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants