-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
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... |
The model is trained on this data: https://bioimage.io/#/?tags=affable-shark&type=model&id=ilastik%2Fstardist_dsb_training_data. Note that this information is contained in the metadata in the |
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... |
this issue: bioimage-io/bioimage.io#312 is still open... |
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 |
Also the input size for the onnx model seems to be constrained to [1, 1, 256, 256] only |
NucleiSegmentationBoundaryModel
Bioimage.io -- an AI model repository for deep learning.
https://bioimage.io/?tags=affable-shark&type=model&id=10.5281%2Fzenodo.5764892
The text was updated successfully, but these errors were encountered: