plant-seg icon indicating copy to clipboard operation
plant-seg copied to clipboard

A tool for cell instance aware segmentation in densely packed 3D volumetric images

Results 69 plant-seg issues
Sort by recently updated
recently updated
newest added

Since plant-seg allows users to train models, it would be nice to write them out in [BioImage Model Zoo format](https://github.com/bioimage-io/spec-bioimage-io/blob/gh-pages/model_spec_latest.md), or is this already possible?

enhancement
BioImage.IO

Now I try to run LMC but plantseg 1.6.0 checks my outdated cnn_pred part of config. Also, it reports error for model mismatch when I only want to use LMC.

It would be a nice feature to add a simple console notification that a new plantseg version has been released. Do you know if conda or git has a public...

enhancement

@wolny This error happens if the image is smaller that the patch size in any give dimension. I think this can be avoided by checking it in the `@widget_unet_predictions.model_name.changed.connect`. Do...

enhancement

Hi! I am wondering if it is possible to allow passing specific dataset keys for zarr files (changes anywhere load_stack/smart_load gets called). Right now, the data to be processed needs...

enhancement

Hello, When I install plantseg with the command from documentation, it doesn't automatically install Napari's backend, adding `pyqt` explicitly helped: `mamba create -n plant-seg -c pytorch -c nvidia -c conda-forge...

![Need more labels error](https://github.com/hci-unihd/plant-seg/assets/49643312/7b6e2c78-1624-4a99-86da-f22129118b2a)

- New structure for plantseg local files: before all plantseg user files were stored in `.plantseg_models`, and now: ``` .plantseg/ -------------/configs/ ------------/models/ -----------/user_dataset.yaml ``` - New module `dataset_tools` to handle...