segmentation-models-3D · PyPI
https://pypi.org/project/segmentation-models-3Dpip install segmentation-models-3D Copy PIP instructions. Latest version. Released: Sep 22, 2021 Set of Keras models for segmentation of 3D volumes . Navigation. Project description Release history Download files Project links. Homepage Statistics. GitHub statistics: Stars: Forks: Open issues/PRs: View ...
segmentation-models · PyPI
https://pypi.org/project/segmentation-models10.01.2020 · segmentation-models · PyPI segmentation-models 1.0.1 pip install segmentation-models Copy PIP instructions Latest version Released: Jan 10, 2020 Image segmentation models with pre-trained backbones with Keras. Project description Image segmentation models with pre-trained backbones with Keras.
segmentation · PyPI
https://pypi.org/project/segmentation18.03.2021 · $ pip install segmentation Usage example import segmentation as seg from skimage.io import imread image = imread ( './001001000.tiff' , plugin = 'tifffile' )[ 1 ] # Read channel 1 of a tiff/flex im = seg . blur_frame ( image ) # gaussian blur segmented , _ = seg . mixture_model ( im , debug = True ) # second return argument is currently unused labels = seg . watershed ( im …