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
**Fig**: Row1 consists of original images followed by row2 that consists of original labelled images(Source:[Kaggle](https://www.kaggle.com/paultimothymooney/identification-and-segmentation-of-nuclei-in-cells))
11
11
12
-
In my approach , i have devided the image in 4 different types namely colored, white background, Black images with big cells and black images with small cells. The reason of doing this was thresholding and the other things that we are doing in segmentation.
13
-
14
12
---
15
13
## Segmentation by SegNet
16
14
The network architecture that i have used here has VGG-166 in downsampling. The network architecture consists of two convolutional layers of kernel (3,3) followed by a maxpool.
0 commit comments