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: doc/cnn_1D_segm.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The `BigBrain <https://bigbrain.loris.ca/main.php>`__ dataset is a 3D ultra-high
28
28
We are interested in the outer part of the brain, the cortex.
29
29
More precisely, we are interested in segmenting the 6 different layers of the cortex in 3D.
30
30
Creating an expertly labelled training dataset with each 2D section (shown in figure 1) is unfeasible. Instead of giving as input a 2D image of one section of the brain, we give as input 1D vectors with information from across the cortex, extracted from smaller portions of manually labelled cortex
31
-
as shown in Figure 2. The actual dataset can be found `here TODO: link the dataset`.
31
+
as shown in Figure 2. The actual dataset can be found `here TODO: link the dataset <>`_ .
32
32
33
33
.. figure:: images/big_brain_section.png
34
34
:align: center
@@ -46,15 +46,15 @@ We will call *rays* the vectors of size 200 going from outside the brain and
46
46
through the cortex. As the images were stained for cell bodies, the intensity of each pixel of these rays represents the cell densities
47
47
and sizes contained in the cortical layer to which the pixel belongs. Since the 6 cortical layers
48
48
have different properties (cell density and size), the intensity profile can be used to
49
-
detect boundaries of the cortical layers.
49
+
detect boundaries of the cortical layers.
50
50
51
51
Each ray has 2 input channels, one representing the smoothed intensity and the other,
52
52
the raw version, as shown in Figure 3. The next figure, Figure 4, shows the
53
53
ground truth segmentation map, where each different color represent
54
54
a different label. The purple color indicate that these pixels are
55
55
outside the cortex, while the 6 other colors represent the 6 cortical layers.
56
56
For example, the first layer of the cortex is between pixels ~ 35-55. The cortex
57
-
for this sample starts at pixel ~35 and ends at pixel ~170.
57
+
for this sample starts at pixel ~35 and ends at pixel ~170.
0 commit comments