Skip to content

Nuclick #1094

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

Merged
merged 9 commits into from
Dec 7, 2022
Merged

Nuclick #1094

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
191 changes: 97 additions & 94 deletions README.md

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions pathology/nuclick/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Nuclick and Classification Examples
This folder contains examples to run train and validate a nuclick and classification models.
It also has notebooks to run inference over trained (monai-zoo) model.

### 1. Data

Training these model requires data. Some public available datasets which are used in the examples can be downloaded from [ConSeP](https://warwick.ac.uk/fac/cross_fac/tia/data/hovernet).

### 2. Questions and bugs

- For questions relating to the use of MONAI, please us our [Discussions tab](https://github.com/Project-MONAI/MONAI/discussions) on the main repository of MONAI.
- For bugs relating to MONAI functionality, please create an issue on the [main repository](https://github.com/Project-MONAI/MONAI/issues).
- For bugs relating to the running of a tutorial, please create an issue in [this repository](https://github.com/Project-MONAI/Tutorials/issues).

### 3. List of notebooks and examples

#### NuClick Interaction Model
#### [Training](./nuclick_training_notebook.ipynb)
This notebook guides to train a NuClick model.

#### [Inference](./nuclick_infer.ipynb)
This notebook guides to segment a nuclei for given user click(s).

#### Nuclei Classification Model
#### [Training](./nuclei_classification_training_notebook.ipynb)
This notebook guides to train a classification model for certain nuclei types.

#### [Inference](./nuclei_classification_infer.ipynb)
This notebook helps to infer classification model for a given Nulei.
558 changes: 558 additions & 0 deletions pathology/nuclick/nuclei_classification_infer.ipynb

Large diffs are not rendered by default.

1,067 changes: 1,067 additions & 0 deletions pathology/nuclick/nuclei_classification_training_notebook.ipynb

Large diffs are not rendered by default.

Loading