cellseg: Multiclass Cell SegmentationΒΆ
Version 0.1.0
Initialized script mode.
Optimized imports
Updated docs to reflect proper DataProcessor usage.
Initial tests.
DataProcessornow errors if image and mask/label lengths differ.Dropped thresholding methods. Please use pyautocv or any other image processing package of your choice.
Refactored
show_imagesto handle follow currentDataProcessorlogic. Fixed a bug that caused rows and column switch.DataProcessornow returns a dictionary containing an image, its label, and index.Reading stacked tiff images is no longer supported for now.
dir_typewas dropped inDataProcessor. Only provide a directory toimage_dircontaining images and masks.Added data from cytounet
Versioning is now automated.
Updated docs to show that this is a work in progress.
Updated docs to use explicit imports.
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