-
### Issue description
i load my server with mca world but player come in ,the server crash
### Steps to reproduce the issue
1. ...
2. ...
### OS and versions
- Genisys:
- PHP:7.0.2
- OS:
### Cr…
-
Hey,
I've been trying to get a small bounding-box example working, based on your `propose_hf5.py` code.
Here is my code:
```
imgs = [ lpo.imgproc.imread('cat.jpg') ]
prop = lpo.proposals.LPO()
pro…
ghost updated
8 years ago
-
The line:
``` python
if learning_mode != 'strict' or label < 0:
```
assumes two `learning_mode` values exist, "strict" and "loose", but instead the `labeling_mode` ("assignment") is being passed. Th…
-
I encountered a bug while running the preprocessing step for a carving project trying to segment a EM dataset ( 4800x4800x141) 8bits.
Ilastik is the last version 1.1.5
The computer has 128GB of RAM an…
-
To reproduce:
```
import numpy as np
from skimage import segmentation, io
image = io.imread('/tmp/test_pill.jpg', plugin='freeimage')
segmentation.slic(image,8,compactness=1, enforce_connectivity=T…
-
Hi @justindomke ,
Could you put an example about using marbl for image segmentation? Maybe using image of JGMT.
Regards,
Thuan
-
```
I think we should remove superpixel_segmenter from the latest version of our
code until we find a better use for it.
```
Original issue reported on code.google.com by `ekaszub...@gmail.com` on 2…
-
Hi,
I am trying to run Gala (current master) on 2D images of neural tissue, but I keep getting a `KeyError` in `learn_agglomerate()`. I am using the following python script:
```
#!/usr/bin/python
f…
-
-
I'm trying to add a region with label 0 in the oversegmentation to represent boundary.
But whenever there's a 0 in the oversegmentation (even only one at a random position) gala raises a KeyError duri…