You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,9 +52,9 @@ The primary interface to the container is [JupyterLab](http://jupyterlab.readthe
52
52
53
53
The training process for all 3 models types can be found in these notebooks:
54
54
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.
56
56
-[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.
0 commit comments