Multiclass Cell Segmentation
Project description
cellseg: Multiclass Cell Segmentation
Introduction
cellseg
is a PyTorch (torch
) based deep learning package aimed at multiclass cell segmentation.
Installation
pip install cellseg
Or if you want to build from source
git clone git@github.com:Nelson-Gon/cellseg.git
cd cellseg
python setup.py install
Development stage
-
Read Tiff Images
-
Read Non Tiff Images
-
Write Data Transformers and Loaders
-
Write functional model
-
Modify model weights/layers
Usage
# imports data, utils, model
from cellseg import *
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cellseg-0.0.0.tar.gz
(2.1 kB
view hashes)