Skip to content

Commit 8a851ea

Browse files
authored
Update README.md
1 parent d146d36 commit 8a851ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ The primary interface to the container is [JupyterLab](http://jupyterlab.readthe
5252

5353
The training process for all 3 models types can be found in these notebooks:
5454

55-
- [Cell Model Training](python/notebook/training/cells/cell_model_training.ipynb) - This notebook shows how the Mask-RCNN cell model is trained to identify individual cell objects across several cell lines and chip form factor.
55+
- [Cell Model Training](python/notebook/training/cells/cell_model_training.ipynb) - This notebook shows how the [Mask-RCNN](https://github.com/matterport/Mask_RCNN) cell model is trained to identify individual cell objects across several cell lines and chip form factor.
5656
- [Marker Model Traiing](python/notebook/training/markers/marker_model_training.ipynb) - A "marker" can be any part of a chip apartment that is used to identify common pixel offsets. This can be any visual feature of the apartment, though there is typically a feature printed on the chips specifically for doing this kind of key point identification. See the notebook for example images and how large images containing many apartments are broken into individual apartment images. This model is also based on the Mask-RCNN architecture.
57-
- [Digit Model Training](python/notebook/training/digits/digit_model_training.ipynb) - Digit images are extracted from raw microscope images after the "marker" for each apartment has been identified (using fixed pixel offsets). Exports of many of these images were annotated with the appropriate digit label and a 10-class classifier was trained in this notebook to recognize each digit.
57+
- [Digit Model Training](python/notebook/training/digits/digit_model_training.ipynb) - Digit images are extracted from raw microscope images after the "marker" for each apartment has been identified (using fixed pixel offsets). Exports of many of these images were annotated with the appropriate digit label and a 10-class SVHN classifier was trained in this notebook to recognize each digit.
5858

5959

6060
## Development Notes

0 commit comments

Comments
 (0)