Skip to content

Commit

Permalink
v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
““SupermeLiu committed Mar 22, 2022
1 parent 619c276 commit 72b3255
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ python 2_mpgan.py

## Data

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.
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.

- Use OTSU to segment the image.

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


## Reference
## Reference

to be continue...
Binary file modified imgs/2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified imgs/3.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 72b3255

Please sign in to comment.