Skip to main content

PyTorch-only StarDist 2D inference for Keras H5 StarDist weights.

Project description

cistardist_pytorch

PyTorch-only StarDist 2D inference for existing TensorFlow/Keras StarDist .h5 weights. The first target model is models/SD_Nuclei_Versatile.

This repo intentionally does not depend on TensorFlow, Keras, CSBDeep, or the upstream stardist Python package.

Install

The package is published on PyPI: https://pypi.org/project/cistardist-pytorch/

Install the library with:

pip install cistardist-pytorch

PyTorch is intentionally not pinned by the package, so you can choose the CPU or CUDA build that matches your environment. For this repo's CUDA 12.6 setup, use:

conda create -n cistardist_pytorch python=3.10
conda activate cistardist_pytorch
pip install -r requirements.txt
pip install -e . --no-deps

The package includes a compiled StarDist-style C++ NMS extension for fast polygon suppression. When building from source, a C++ compiler is needed to compile it; if the extension is not available, inference automatically falls back to the slower pure-Python NMS implementation. See COMPILE_NMS.md for detailed build instructions.

Convert and Predict

cistardist-convert models/SD_Nuclei_Versatile
cistardist-predict models/SD_Nuclei_Versatile data/nuclei.tif --out outputs/nuclei_labels.tif

The converter reads config.json, thresholds.json, and weights_best.h5. It writes a PyTorch checkpoint next to the source model as weights_best.pt.

Python API

import tifffile
from cistardist_pytorch import StarDist2D

model = StarDist2D.from_folder("models/SD_Nuclei_Versatile")
image = tifffile.imread("data/nuclei.tif")
labels, details = model.predict_instances(image)

Current Scope

  • 2D grayscale inference
  • Keras .h5 Conv2D weight conversion via h5py
  • StarDist-style polygon postprocessing with compiled C++ NMS and vendored BSD-compatible 2D geometry
  • No training, no TensorFlow reference tests, no 3D, no multiclass models

Attribution

The 2D geometry and NMS behavior follows the BSD-3-Clause upstream StarDist project: https://github.com/stardist/stardist

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cistardist_pytorch-0.3.1.tar.gz (69.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cistardist_pytorch-0.3.1-cp311-cp311-win_amd64.whl (112.6 kB view details)

Uploaded CPython 3.11Windows x86-64

File details

Details for the file cistardist_pytorch-0.3.1.tar.gz.

File metadata

  • Download URL: cistardist_pytorch-0.3.1.tar.gz
  • Upload date:
  • Size: 69.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for cistardist_pytorch-0.3.1.tar.gz
Algorithm Hash digest
SHA256 1898adcb5e37290d3020d8dd2fab51ce8bdbd5a78637964922f9e562880eadb0
MD5 55306b1677d500b561866949d8581a27
BLAKE2b-256 a29535a5c233824dd9fd56fc81a8e50eafe60ef66f1373cf8f71175f015875a8

See more details on using hashes here.

File details

Details for the file cistardist_pytorch-0.3.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for cistardist_pytorch-0.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fdaf36edd89a3cf160f52dfc408a6df8e684d1c6d5cb0b0f82cb5f24323605f0
MD5 327979c12bcc876187c7ef85587dbcdf
BLAKE2b-256 997fd2cce8ccd0501fb779d7f485c4ac887f2964eefae949c0b90cb6596fe5e7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page