Skip to content

Commit

Permalink
Fix typo in pathology tutorials (Project-MONAI#1697)
Browse files Browse the repository at this point in the history
Fix the typo in pathology tutorials

### 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 <55491388+KumoLiu@users.noreply.github.com>
  • Loading branch information
KumoLiu authored Apr 24, 2024
1 parent b46eccc commit fb25d63
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pathology/nuclick/nuclei_classification_infer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Nuclei Classification for Pathology\n",
"# Nuclei: Classification for Pathology\n",
"\n",
"### Inference Notebook\n",
"It makes use of pretrained weights for the model from MONAI Bundle for Nuclei Classification. However if you have trained model, you can use the same instead."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Nuclei:Classification for Pathology\n",
"# Nuclei: Classification for Pathology\n",
"\n",
"### Training Notebook\n",
"\n",
Expand Down Expand Up @@ -125,7 +125,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Configure Workspace Path\n",
"## Configure workspace path\n",
"\n",
"Specify the workspace path where the data, models etc.. will be saved.\n",
"\n"
Expand All @@ -145,7 +145,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Configure Workspace Path\n",
"## Configure the dataset path and visualize a sample image\n",
"The datasets used in the examples are from [CoNSeP](https://warwick.ac.uk/fac/cross_fac/tia/data/HoVerNet/). Each user is responsible for checking the content of datasets and the applicable licenses and determining if suitable for the intended use."
]
},
Expand Down
2 changes: 1 addition & 1 deletion pathology/nuclick/nuclick_infer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"See the License for the specific language governing permissions and \n",
"limitations under the License.\n",
"\n",
"# NuClick:Interactive Annotation for Pathology\n",
"# NuClick: Interactive Annotation for Pathology\n",
"\n",
"### Inference Notebook\n",
"It makes use of pretrained weights for the model from MONAI Bundle for NuClick. However if you have trained model, you can use the same instead."
Expand Down
6 changes: 3 additions & 3 deletions pathology/nuclick/nuclick_training_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"See the License for the specific language governing permissions and \n",
"limitations under the License.\n",
"\n",
"# NuClick:Interactive Annotation for Pathology\n",
"# NuClick: Interactive Annotation for Pathology\n",
"\n",
"### Training Notebook\n",
"\n",
Expand Down Expand Up @@ -126,7 +126,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Configure Workspace Path\n",
"## Configure workspace path\n",
"\n",
"Specify the workspace path where the data, models etc.. will be saved.\n",
"\n"
Expand All @@ -146,7 +146,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Configure Workspace Path\n",
"## Configure the dataset path and visualize a sample image\n",
"The datasets used in the examples are from [CoNSeP](https://warwick.ac.uk/fac/cross_fac/tia/data/HoVerNet/). Each user is responsible for checking the content of datasets and the applicable licenses and determining if suitable for the intended use."
]
},
Expand Down

0 comments on commit fb25d63

Please sign in to comment.