Estibaliz Gómez-de-Mariscal

Results 12 issues of Estibaliz Gómez-de-Mariscal

I enabled the Server update site in Fiji. After installing it, when I start Fiji, the following error appears in the log window: `[ERROR] Cannot create plugin: class='net.imagej.server.external.DefaultTableIOPlugin', priority=-100.0, enabled=true,...

Hi there! I'm updating the [Embedseg notebook in ZeroCostDL4Mic](https://github.com/HenriquesLab/ZeroCostDL4Mic/blob/master/Colab_notebooks/EmbedSeg_2D_ZeroCostDL4Mic.ipynb) so we can also use it in [DL4MicEverywhere](https://github.com/HenriquesLab/DL4MicEverywhere) with Docker containers. For the containerisation in Mac we are having some issues...

Hi! Congrats for this work, it's very cool. I'm interested in understanding how the network learns the intermediate steps (depth, optical flow...). In #31 you recommend checking the PWC-Net repository....

I've checked the dataset.py code but I do not find the way to get my data ready to train this network. Is there any code to configure new data as...

Halo! When building a model and adding the deepImageJ config with the IJ macros, if the pre and post-processing need to use the same pipeline (e.g., scale range), there is...

We have a model with incorrect license name ("BSD-3") and rdf version 0.3.2. The validator says that the specs are correct but test-model complains about the licensing: ```python marshmallow.exceptions.ValidationError: {'license':...

Hi! I'm trying to test a model that pass the validation test but I get the following message, both with test-model and predict-image: ``` (bio-core-dev) esti@estimacbookair BioImageIO % bioimageio validate...

Hi! This issue is to follow the discussion with @uschmidt83 in issue https://github.com/stardist/stardist/issues/68 and see if there's something that would be nice to consider for all the plugins. I include...

**Describe the bug** I'm trying to export a StarDist model using the function `export_bioimageio ` but I got an error "Your Layer or Model is in an invalid state". Unfortunately,...

bug