Skip to content

Commit 72b3255

Browse files
author
““SupermeLiu
committed
v0.6
1 parent 619c276 commit 72b3255

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ python 2_mpgan.py
5959

6060
## Data
6161

62-
Due to the size of each individual stack, which can be as big as $512\times 512\times 512$, it is not practical to input the whole stack into a deep neural network. Instead, we use small patches with the size of $64 \times 64\times 32$. To exclude patches containing too few foreground voxels, we use a sliding window to traverse each stack.
62+
Due to the size of each individual stack, which can be as big as 512 * 512 * 512, it is not practical to input the whole stack into a deep neural network. Instead, we use small patches with the size of 64 * 64 * 32. To exclude patches containing too few foreground voxels, we use a sliding window to traverse each stack.
6363

6464
- Use OTSU to segment the image.
6565

@@ -70,4 +70,6 @@ Due to the size of each individual stack, which can be as big as $512\times 512\
7070
![image-3](imgs/3.PNG)
7171

7272

73-
## Reference
73+
## Reference
74+
75+
to be continue...

imgs/2.PNG

3.81 KB
Loading

imgs/3.PNG

-88.5 KB
Loading

0 commit comments

Comments
 (0)