From fb25d638554acb9189b9ee8fff0ab3b3262aff96 Mon Sep 17 00:00:00 2001 From: YunLiu <55491388+KumoLiu@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:38:56 +0800 Subject: [PATCH] Fix typo in pathology tutorials (#1697) 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> --- pathology/nuclick/nuclei_classification_infer.ipynb | 2 +- .../nuclick/nuclei_classification_training_notebook.ipynb | 6 +++--- pathology/nuclick/nuclick_infer.ipynb | 2 +- pathology/nuclick/nuclick_training_notebook.ipynb | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pathology/nuclick/nuclei_classification_infer.ipynb b/pathology/nuclick/nuclei_classification_infer.ipynb index cd9b4b2f7d..154167550b 100644 --- a/pathology/nuclick/nuclei_classification_infer.ipynb +++ b/pathology/nuclick/nuclei_classification_infer.ipynb @@ -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." diff --git a/pathology/nuclick/nuclei_classification_training_notebook.ipynb b/pathology/nuclick/nuclei_classification_training_notebook.ipynb index ce3e9b742f..fff482d507 100644 --- a/pathology/nuclick/nuclei_classification_training_notebook.ipynb +++ b/pathology/nuclick/nuclei_classification_training_notebook.ipynb @@ -21,7 +21,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Nuclei:Classification for Pathology\n", + "# Nuclei: Classification for Pathology\n", "\n", "### Training Notebook\n", "\n", @@ -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" @@ -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." ] }, diff --git a/pathology/nuclick/nuclick_infer.ipynb b/pathology/nuclick/nuclick_infer.ipynb index c67aff2af9..b28ee61cda 100644 --- a/pathology/nuclick/nuclick_infer.ipynb +++ b/pathology/nuclick/nuclick_infer.ipynb @@ -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." diff --git a/pathology/nuclick/nuclick_training_notebook.ipynb b/pathology/nuclick/nuclick_training_notebook.ipynb index 13a87baf12..ebce373ab1 100644 --- a/pathology/nuclick/nuclick_training_notebook.ipynb +++ b/pathology/nuclick/nuclick_training_notebook.ipynb @@ -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", @@ -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" @@ -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." ] },