I am getting some kind of noise or unintended output from skimage.segmentation.watershed(). I am new to image processing so I don't know about other parameters of watershed().
After that when I use mark_boundaries() the same output is reflected over there too.
It would be helpful if anyone knows how to remove that dots from segmented image.
here are my code and outputs
mask
plt.imshow(binarye, cmap="gray")