Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NucleiSegmentationBoundaryModel #540

Open
utterances-bot opened this issue Feb 21, 2023 · 6 comments
Open

NucleiSegmentationBoundaryModel #540

utterances-bot opened this issue Feb 21, 2023 · 6 comments
Labels

Comments

@utterances-bot
Copy link

NucleiSegmentationBoundaryModel

Bioimage.io -- an AI model repository for deep learning.

https://bioimage.io/?tags=affable-shark&type=model&id=10.5281%2Fzenodo.5764892

Copy link
Member

Was the data trained on the whole training data? So including color images? What transformation has been applied to those. Should this maybe be part of the preprocessing spec? I think it would be great to be able to take any images out of the training/test set and plug them in. But here the step of "flattening" the data to a single channel is not included in the model. It seems that the training already gets grayscale images...

@constantinpape
Copy link
Contributor

The model is trained on this data: https://bioimage.io/#/?tags=affable-shark&type=model&id=ilastik%2Fstardist_dsb_training_data.
It only takes into account the greyscale images from dsb, and the subset was created by the stardist paper.
You can find the training data here: https://github.com/stardist/stardist/releases/download/0.1.0/dsb2018.zip

Note that this information is contained in the metadata in the source field (see https://github.com/ilastik/bioimage-io-resources/blob/main/collection.yaml#L117). (But this field is for some reason not displayed in the card for the dataset.)

@k-dominik
Copy link
Member

thx @constantinpape for the update. For some reason, the data link in the card points here: https://www.nature.com/articles/s41592-019-0612-7 (not the stardist paper).

Clicking the data icon, however, does link to the stardist one...

@FynnBe
Copy link
Member

FynnBe commented Feb 21, 2023

(But this field is for some reason not displayed in the card for the dataset.)

this issue: bioimage-io/bioimage.io#312 is still open...

Copy link
Member

It would be great if this model had the names of the inputs to the actual DL models specified. There is an issue discussing this: bioimage-io/core-bioimage-io-python#334.

In this particualr model onnx requires the input to be called input.0

Copy link
Member

Also the input size for the onnx model seems to be constrained to [1, 1, 256, 256] only

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants