-
Hello again,
When using the Python wrapper for the watershed algorithm,
I would like to obtain the labels as an npy file. Unfortunately, it is not intuitive to me how to transform data between th…
-
Please update requirements.txt file
-
According to `config.yaml`, `mlpack` and `shogun` seem to have configuration for the DTC task. However, the benchmark webpage seems to have only `scikit`'s results.
Is it possible that the curre…
-
We have some [issues](https://github.com/scikit-image/scikit-image/issues/1712) with our naive (non-parallel) integral image implementation in scikit-image. At the same time, we have many functions (t…
-
### Description:
Someone just upvoted this old SO answer of mine:
https://stackoverflow.com/questions/62339802/skimage-draw-ellipse-generates-two-undesired-lines
Basically, using plt.plot or an…
-
**Is your feature request related to a problem? Please describe.**
Honest sampling in forests was first outlined by Breiman et al. 1984 in Classification and Regression Forests, in which it was sug…
-
for the Example: very complex augmentation pipeline
/usr/local/lib/python3.10/dist-packages/skimage/transform/_geometric.py in estimate(self, src, dst)
982 # find affine mapping from sou…
-
I got this error while installing, please help me.
I installed ComfyUI-Impact-Pack, comfyui_controlnet_aux, face-parsing.PyTorch, ComfyUI_IPAdapter_plus
I use a Mac Studio M1 Max
![Screenshot at Ju…
-
Hi,
the 2D-test presented in #4657 doesn't work when extended in 3D.
Is this a bug ?
Thanks,
Patrick
version : scikit-image-0.18.2
```
import numpy as np
from skimage.color import label2rgb
…
-
Setup:
`pip install deepbrain`
`from deepbrain import Extractor`
Error:
```
ImportError Traceback (most recent call last)
in
5
6 import nibabel…