Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conda/napari_CellSeg3D_ARM64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- monai[nibabel, einops]>=0.9.0
- tqdm
- scikit-image
- pyclesperanto-prototype
- pyclesperanto
- tqdm
- matplotlib
- napari_cellseg3d
2 changes: 1 addition & 1 deletion docs/welcome.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ This plugin additionally uses the following libraries and software:
.. _PyTorch: https://pytorch.org/
.. _MONAI project: https://monai.io/
.. _on their website: https://docs.monai.io/en/stable/networks.html#nets
.. _pyclEsperanto: https://github.com/clEsperanto/pyclesperanto_prototype
.. _pyclEsperanto: https://github.com/clEsperanto/pyclesperanto
.. _WNet: https://arxiv.org/abs/1711.08506

.. rubric:: References
Expand Down
4 changes: 2 additions & 2 deletions napari_cellseg3d/code_models/instance_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from typing import List

import numpy as np
import pyclesperanto_prototype as cle
import pyclesperanto as cle
from qtpy.QtWidgets import QWidget
from skimage.measure import label, regionprops
from skimage.morphology import remove_small_objects
Expand Down Expand Up @@ -287,7 +287,7 @@ def voronoi_otsu(
BASED ON CODE FROM : napari_pyclesperanto_assistant by Robert Haase
https://github.com/clEsperanto/napari_pyclesperanto_assistant
Original code at :
https://github.com/clEsperanto/pyclesperanto_prototype/blob/master/pyclesperanto_prototype/_tier9/_voronoi_otsu_labeling.py.
https://github.com/clEsperanto/pyclesperanto/blob/d1990e28b1da44a7921890b7bd809d522d3198b8/pyclesperanto/_tier7.py#L409-L448.

Args:
volume (np.ndarray): volume to segment
Expand Down
2 changes: 1 addition & 1 deletion napari_cellseg3d/dev_scripts/sliding_window_voronoi.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Test script for sliding window Voronoi-Otsu segmentation.""."""
import numpy as np
import pyclesperanto_prototype as cle
import pyclesperanto as cle
from tqdm import tqdm


Expand Down
402 changes: 201 additions & 201 deletions notebooks/Colab_inference_demo.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
"tqdm",
# "nibabel",
# "pillow",
"pyclesperanto-prototype",
"pyclesperanto",
"tqdm",
"matplotlib",
"pydensecrf2",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ napari[all]>=0.4.14
QtPy
opencv-python>=4.5.5
pre-commit
pyclesperanto-prototype>=0.22.0
pyclesperanto>=0.18.3
matplotlib>=3.4.1
ruff
tifffile>=2022.2.9
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install_requires =
itk
tqdm
nibabel
pyclesperanto-prototype
pyclesperanto
scikit-image
pillow
tqdm
Expand Down