cellseg: Multiclass Cell SegmentationΒΆ
version 0.0.0
Preserve name on PyPI
Fixed issues with
show_imagesshowing blank images for masks (labels).Fixed issues with
uint16not working withPIL.DataProcessorcan now transform images to a given target size.Renamed
DataLoaderclass toDataProcessorto avoid conflicts withtorch.utils.data.DataLoaderAdded initial simple CNN model with a single layer
Added
show_imagesinutils.pyto allow quick visualization of a given number of images from a given stack of images.Implemented data loaders.
Conceptualized project