Qin Yu

Results 41 issues of Qin Yu

Found the code not working when I was doing LMC yesterday. `lifted_costs` is now created as a 1D `float64` array, `lifted_costs = np.zeros(len(lifted_labels), dtype="float64")`, in `elf`'s `lifted_problem_from_segmentation()`. Should fix #109...

Default configs with patch 80x150x150 and 3D GASP Error ``` 2022-02-01 17:08:40,882 [ThreadPoolExecutor-0_0] INFO PlantSeg - Executing pipeline step: 'segmentation_postprocessing'. Parameters: '{'factor': [1.0, 1.0, 1.0], 'order': 0, 'save_raw': True, 'state':...

### Description Bootstrap labels duplicate after previewing in edittable mode ### Steps to reproduce 1. edit a table using [EditTable](https://www.dokuwiki.org/plugin:edittable) plugin 2. add a `123` in a cell 3. it...

bug

## To Reproduce Steps to reproduce the behavior: 1. Launch the Image Analysis Desktop from EMBL Jupyter Hub 2. `$ ilastik` ## Error message/traceback ![image](https://github.com/ilastik/ilastik/assets/17722010/fe8002f8-a258-4936-903b-8517fe72b5e5)

## Describe the bug Press a key on keyboard while ilastik is active crashes it. ## To Reproduce Steps to reproduce the behavior: Within the ... workflow 1. Open VNC...

### Design Changes - Model zoo yaml record was checked unnecessarily each time `get_model_zoo()` or `list_models()` is called, now this zoo information is stored in a `ModelZoo` singleton - Model...

enhancement

Hey @oeway are you coming to EMBL on 11 March? I'll pass by and consult you the best way of allowing users to use models from Zoo in PlantSeg.

enhancement
BioImage.IO

Input should be checked and stopped at Napari interface before widget buttons get clicked.

enhancement
GUI

Open PlantSeg Napari GUI, then select a model from this widget.

bug

I am currently making a zoo object to keep track of models, so that functions don't `call list_models()` to load from yaml files and record updates are kept in one...

enhancement