Skip to content

Commit

Permalink
Add Visualization in Controlnet Model Training Tutorial (#1861)
Browse files Browse the repository at this point in the history
Fixes #1855

### Checks
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [ ] 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>`

---------

Signed-off-by: YunLiu <[email protected]>
  • Loading branch information
KumoLiu authored Oct 10, 2024
1 parent c2a0d13 commit 1c0f36d
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 15 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 33 additions & 14 deletions generation/maisi/maisi_train_controlnet_tutorial.ipynb

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion vista_2d/vista_2d_tutorial_monai.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"For additional information about VISTA-2D please also refer the [MONAI bundle](https://github.com/Project-MONAI/VISTA/tree/main/vista2d) and the [technical blog post](https://developer.nvidia.com/blog/advancing-cell-segmentation-and-morphology-analysis-with-nvidia-ai-foundation-model-vista-2d/).\n",
"\n",
"For dependency-related issues, you can also check this note:\n",
"https://github.com/Project-MONAI/model-zoo/tree/dev/models/vista2d#dependencies."
"https://github.com/Project-MONAI/model-zoo/tree/dev/models/vista2d#dependencies.\n",
"If you're using MONAI's container, you can disregard the 'opencv-python-headless not installed' error, as it is already included within the container."
]
},
{
Expand Down

0 comments on commit 1c0f36d

Please sign in to comment.