-
It's unclear how to pass the value for `input_block_shape` in order to specify a fixed tiling shape.
The code
```python
import bioimageio.core
import imageio.v3 as imageio
from xarray import Data…
-
Hi,
I have been working with the script to translate the MONAI models to BioImage format. I already have some of them working with pre and post processing:
- BraTS MRI segmentation
- Breast densit…
-
When I run `Nuclei_localization.py` I get the following error.
```python
bioio_base.exceptions.UnsupportedFileFormatError: BioImage does not support the image: 'https://allencell.s3.amazonaws.com/ai…
-
A confusing message pops-up when attempting to load a bioimage.io model without open images.
"A RandomAccessibleInterval is required but none exist."
![bioimage_predict_noimage](https://user-image…
-
There is a file "resources/nfdi4bioimage.yml" (do NOT modify this file) which contains data like this but much longer:
```
resources:
- authors:
- Elisabeth Kugler
name: 'Sharing Your Poste…
-
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 …
-
Tiled prediction seems to not be implemented for v0.4 models:
```python
import bioimageio.core
import imageio.v3 as imageio
from xarray import DataArray
from bioimageio.spec.model.v0_5 import A…
-
It would be great if we could sort results by date, content type, etc. (@SeverusYixin idea)
-
There have been some recent changes to the weight converters and it seems not everything there is up-to-date.
In `weight_converter/torch/_torchscript` the function converts the weights and returns …
-
Still on my quest to figure out why LLMs fail on basic test-cases (#76), I've found a rather common failure mode is that LLMs will not know whether to include or exclude 0s while processing label ima…