Tools for cell segmentation
Project description
LACSS
pip install lacss
LACSS is a deep-learning model for single-cell segmentation from microscopy images. See references below:
What's new (0.11)
You can now deploy the LACSS predictor as an GRPC server:
python -m lacss.deploy.remote_server --modelpath=<model_file_path>
For a GUI client see the Trackmate-Lacss project, which provides a FIJI/ImageJ plugin to perform cell segmentation/tracking in an interactive manner.
Why LACSS?
LACSS is designed to utilize point labels for model training. You have three options: (1) Label each cell with a single point, (2) label each cell with a single point and then label each image with a binary mask that covers all cells, or (3) Label each cell with a separate segmentation mask (as in standard supervised training). You can of course also combined these labels in any way you want.
Method | Data(left) / Label(right) |
---|---|
Point | |
Point + Mask | |
Segmentation |
How to generate point label?
If your data include nuclei counter-stain, the easist way to generate point label for your image is to use a blob detection algorithm on the nuclei images:
Give It A Try:
Model Training
Model Inference
Documentation
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
Built Distribution
File details
Details for the file lacss-0.13.0.tar.gz
.
File metadata
- Download URL: lacss-0.13.0.tar.gz
- Upload date:
- Size: 69.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.10.15 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 556b2defa172a3e63270a5c00d09114e1a049e9c4dccec5c6ed6c736437a97e5 |
|
MD5 | d2cfe18c85271a142ade4dbeb44dbe81 |
|
BLAKE2b-256 | 1d9ea755a37d40e6a6b28b70ec5e60c3f34659a6a2a17083c4ed88c71b862d62 |
File details
Details for the file lacss-0.13.0-py3-none-any.whl
.
File metadata
- Download URL: lacss-0.13.0-py3-none-any.whl
- Upload date:
- Size: 89.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.10.15 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 819e202b42330312b2732c33a0a4a24aa198c4b9ba9235a4bf1ca0f5039de2d2 |
|
MD5 | fad34778dab873110f04b162f86094e8 |
|
BLAKE2b-256 | 27750044a9ae78d3935b72f95ff5f0da5ca0eaafb175e75af3ca4b90ac87adda |